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 D | collection.cpp | 57 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 D | document_store.cpp | 781 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 D | result_set.cpp | 106 …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 D | sqlite_store_executor_impl.cpp | 327 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 D | sqlite_store_executor_impl.h | 50 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 D | collection.h | 35 int IsCollectionExists(int &errCode);
|
H A D | document_store.h | 65 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 D | kv_store_executor.h | 42 virtual bool IsCollectionExists(const std::string &name, int &errCode) = 0;
|