Searched refs:CheckCollectionName (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_store.cpp | 43 if (!CheckCommon::CheckCollectionName(name, lowerCaseName, errCode)) { in CreateCollection() 89 if (!CheckCommon::CheckCollectionName(name, lowerCaseName, errCode)) { in DropCollection() 146 if (!CheckCommon::CheckCollectionName(collection, lowerCaseCollName, errCode)) { in UpdateArgsCheck() 289 if (!CheckCommon::CheckCollectionName(collection, lowerCaseCollName, errCode)) { in UpsertArgsCheck() 491 if (!CheckCommon::CheckCollectionName(collection, lowerCaseCollName, errCode)) { in InsertArgsCheck() 547 if (!CheckCommon::CheckCollectionName(collection, lowerCaseCollName, errCode)) { in DeleteArgsCheck() 721 if (!CheckCommon::CheckCollectionName(collection, lowerCaseCollName, errCode)) { in FindArgsCheck()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | check_common.h | 31 …static bool CheckCollectionName(const std::string &collectionName, std::string &formattedName, int…
|
H A D | check_common.cpp | 54 bool CheckCommon::CheckCollectionName(const std::string &collectionName, std::string &formattedName… in CheckCollectionName() function in DocumentDB::CheckCommon
|