Home
last modified time | relevance | path

Searched refs:DropCollection (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h29 typedef int32_t (*DropCollection)(GRD_DB *db, const char *collectionName, uint32_t flags); typedef
68 DropCollection DropCollectionApi = nullptr;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h41 virtual int DropCollection(const std::string &name, bool ignoreNonExists) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h49 int DropCollection(const std::string &name, bool ignoreNonExists) override;
H A Dsqlite_store_executor_impl.cpp351 int SqliteStoreExecutorImpl::DropCollection(const std::string &name, bool ignoreNonExists) in DropCollection() function in DocumentDB::SqliteStoreExecutorImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h36 int DropCollection(const std::string &name, uint32_t flags);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp44 int ret = db->store_->DropCollection(name, flags); in GRD_DropCollectionInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp85 GRD_DBApiInfo.DropCollectionApi = (DropCollection)dlsym(g_library, "GRD_DropCollection"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h149 int DropCollection();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp85 int DocumentStore::DropCollection(const std::string &name, uint32_t flags) in DropCollection() function in DocumentDB::DocumentStore
109 errCode = executor_->DropCollection(lowerCaseName, ignoreNonExists); in DropCollection()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp489 int PreferencesDb::DropCollection() in DropCollection() function in OHOS::NativePreferences::PreferencesDb
492 LOG_ERROR("DropCollection failed, db has been closed."); in DropCollection()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp325 int errCode = db_->DropCollection(); in Clear()

Completed in 7 milliseconds