Home
last modified time | relevance | path

Searched refs:DelData (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.h38 virtual int DelData(const std::string &collName, Key &key) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h46 int DelData(const std::string &collName, Key &key) override;
H A Dsqlite_store_executor_impl.cpp290 int SqliteStoreExecutorImpl::DelData(const std::string &collName, Key &key) in DelData() function in DocumentDB::SqliteStoreExecutorImpl
410 return DelData("grd_meta", collOptKey); in CleanCollectionOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp94 return executor_->DelData(name_, key); in DeleteDocument()