Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp57 bool isCollectionExist = IsCollectionExists(errCode); in InsertDocument()
87 bool isCollectionExist = IsCollectionExists(errCode); in DeleteDocument()
106 int Collection::IsCollectionExists(int &errCode) in IsCollectionExists() function in DocumentDB::Collection
108 return executor_->IsCollectionExists(name_, errCode); in IsCollectionExists()
117 bool isCollExist = executor_->IsCollectionExists(name_, errCode); in UpsertDocument()
141 bool isCollExist = executor_->IsCollectionExists(name_, errCode); in UpdateDocument()
H A Ddocument_store.cpp781 bool isCollectionExist = coll.IsCollectionExists(errCode); in InitFindResultSet()
898 bool DocumentStore::IsCollectionExists(const std::string &collectionName, int &errCode) in IsCollectionExists() function in DocumentDB::DocumentStore
904 return executor_->IsCollectionExists(collectionName, errCode); in IsCollectionExists()
H A Dresult_set.cpp106 …bool isCollectionExist = store_->IsCollectionExists(RdDBConstant::COLL_PREFIX + lowerCaseName, err… in GetNextInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp327 bool isExists = IsCollectionExists(collName, errCode); in CreateCollection()
360 bool isExists = IsCollectionExists(collName, errCode); in DropCollection()
378 bool SqliteStoreExecutorImpl::IsCollectionExists(const std::string &name, int &errCode) in IsCollectionExists() function in DocumentDB::SqliteStoreExecutorImpl
H A Dsqlite_store_executor_impl.h50 bool IsCollectionExists(const std::string &name, int &errCode) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dcollection.h35 int IsCollectionExists(int &errCode);
H A Ddocument_store.h65 bool IsCollectionExists(const std::string &collectionName, int &errCode);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h42 virtual bool IsCollectionExists(const std::string &name, int &errCode) = 0;