Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp178 int PreferencesDb::CreateCollection() in CreateCollection() function in OHOS::NativePreferences::PreferencesDb
292 errCode = CreateCollection(); in Init()
324 LOG_INFO("CreateCollection called when Put, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Put()
325 (void)CreateCollection(); in Put()
358 LOG_INFO("CreateCollection called when Delete, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Delete()
359 (void)CreateCollection(); in Delete()
394 LOG_INFO("CreateCollection called when Get, file: %{public}s", ExtractFileName(dbPath_).c_str()); in Get()
395 (void)CreateCollection(); in Get()
472 LOG_INFO("CreateCollection called when GetAll, file: %{public}s", ExtractFileName(dbPath_).c_str()); in GetAll()
473 (void)CreateCollection(); in GetAll()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h28 typedef int32_t (*CreateCollection)(GRD_DB *db, const char *collectionName, const char *optionStr, uint32_t flags); typedef
67 CreateCollection CreateCollectionApi = nullptr;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h40 virtual int CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h48 int CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) override;
H A Dsqlite_store_executor_impl.cpp320 int SqliteStoreExecutorImpl::CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) in CreateCollection() function in DocumentDB::SqliteStoreExecutorImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h34 int CreateCollection(const std::string &name, const std::string &option, uint32_t flags);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp33 int ret = db->store_->CreateCollection(name, option, flags); in GRD_CreateCollectionInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp84 GRD_DBApiInfo.CreateCollectionApi = (CreateCollection)dlsym(g_library, "GRD_CreateCollection"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h150 int CreateCollection();
/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 flags) in CreateCollection() function in DocumentDB::DocumentStore
70 errCode = executor_->CreateCollection(lowerCaseName, oriOptStr, ignoreExists); in CreateCollection()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp338 errCode = db_->CreateCollection(); in Clear()

Completed in 6 milliseconds