Home
last modified time | relevance | path

Searched refs:ignoreExists (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h40 …al int CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) = 0;
/ohos5.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) overri…
H A Dsqlite_store_executor_impl.cpp320 …ecutorImpl::CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) in CreateCollection() argument
334 return ignoreExists ? E_OK : -E_COLLECTION_CONFLICT; in CreateCollection()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp69 bool ignoreExists = (flags != CHK_EXIST_COLLECTION); in CreateCollection() local
70 errCode = executor_->CreateCollection(lowerCaseName, oriOptStr, ignoreExists); in CreateCollection()