Home
last modified time | relevance | path

Searched refs:GetMatchedDocument (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dcollection.h32 …int GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, st… in GetMatchedDocument() function in DocumentDB::Collection
H A Dresult_set.cpp50 int errCode = coll.GetMatchedDocument(filterObj, key, value, context_->isIdExist); in GetValueFromDB()