Home
last modified time | relevance | path

Searched defs:DropCollection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp489 int PreferencesDb::DropCollection() in DropCollection() function in OHOS::NativePreferences::PreferencesDb
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h30 typedef int32_t (*DropCollection)(GRD_DB *db, const char *collectionName, uint32_t flags); typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp351 int SqliteStoreExecutorImpl::DropCollection(const std::string &name, bool ignoreNonExists) in DropCollection() function in DocumentDB::SqliteStoreExecutorImpl
/ohos5.0/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