Home
last modified time | relevance | path

Searched refs:GetDataById (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.h35 virtual int GetDataById(const std::string &collName, Key &key, Value &value) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h43 int GetDataById(const std::string &collName, Key &key, Value &value) const override;
H A Dsqlite_store_executor_impl.cpp190 int SqliteStoreExecutorImpl::GetDataById(const std::string &collName, Key &key, Value &value) const in GetDataById() function in DocumentDB::SqliteStoreExecutorImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp78 return executor_->GetDataById(name_, key, document); in GetDocumentById()