Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp178 int PreferencesDb::CreateCollection() in CreateCollection() function in OHOS::NativePreferences::PreferencesDb
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h29 typedef int32_t (*CreateCollection)(GRD_DB *db, const char *collectionName, const char *optionStr, … typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp320 int SqliteStoreExecutorImpl::CreateCollection(const std::string &name, const std::string &option, b… in CreateCollection() function in DocumentDB::SqliteStoreExecutorImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp39 int DocumentStore::CreateCollection(const std::string &name, const std::string &option, uint32_t fl… in CreateCollection() function in DocumentDB::DocumentStore