Home
last modified time | relevance | path

Searched refs:GetDataByFilter (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.h36 virtual int GetDataByFilter(const std::string &collName, Key &key, const JsonObject &filterObj,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.h44 int GetDataByFilter(const std::string &collName, Key &key, const JsonObject &filterObj,
H A Dsqlite_store_executor_impl.cpp239 int SqliteStoreExecutorImpl::GetDataByFilter(const std::string &collName, Key &key, const JsonObjec… in GetDataByFilter() function in DocumentDB::SqliteStoreExecutorImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp103 return executor_->GetDataByFilter(name_, key, filterObj, values, isIdExist); in GetMatchedDocument()