Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp35 bool CheckCollectionNamePrefix(const std::string &name, const std::string &prefix) in CheckCollectionNamePrefix() function
64 if (CheckCollectionNamePrefix(collectionName, COLLECTION_PREFIX_GRD) || in CheckCollectionName()
65 CheckCollectionNamePrefix(collectionName, COLLECTION_PREFIX_GM_SYS)) { in CheckCollectionName()