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 D | kv_store_executor.h | 36 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 D | sqlite_store_executor_impl.h | 44 int GetDataByFilter(const std::string &collName, Key &key, const JsonObject &filterObj,
|
H A D | sqlite_store_executor_impl.cpp | 239 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 D | collection.cpp | 103 return executor_->GetDataByFilter(name_, key, filterObj, values, isIdExist); in GetMatchedDocument()
|