Home
last modified time | relevance | path

Searched defs:ignoreNonExists (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.cpp351 int SqliteStoreExecutorImpl::DropCollection(const std::string &name, bool ignoreNonExists) in DropCollection()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp99 bool ignoreNonExists = (flags != CHK_NON_EXIST_COLLECTION); in DropCollection() local