Home
last modified time | relevance | path

Searched refs:MAX_COLLECTION_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp31 const int MAX_COLLECTION_NAME = 512; variable
60 if (collectionName.length() + 1 > MAX_COLLECTION_NAME) { // with '\0' in CheckCollectionName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_find_test.cpp39 const int MAX_COLLECTION_NAME = 511; variable
1197 string collectionName1(MAX_COLLECTION_NAME, 'a');
1203 string collectionName2(MAX_COLLECTION_NAME + 1, 'a');
1224 string collectionName1(MAX_COLLECTION_NAME, 'a');
1230 string collectionName2(MAX_COLLECTION_NAME + 1, 'a');