Home
last modified time | relevance | path

Searched defs:ignoreExists (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp320 …ecutorImpl::CreateCollection(const std::string &name, const std::string &option, bool ignoreExists) 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