Home
last modified time | relevance | path

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 Ddocument_store.cpp43 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 Dcheck_common.h31 …static bool CheckCollectionName(const std::string &collectionName, std::string &formattedName, int…
H A Dcheck_common.cpp54 bool CheckCommon::CheckCollectionName(const std::string &collectionName, std::string &formattedName… in CheckCollectionName() function in DocumentDB::CheckCommon