Home
last modified time | relevance | path

Searched refs:GetDocumentById (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.h31 int GetDocumentById(Key &key, Value &document) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp73 int Collection::GetDocumentById(Key &key, Value &document) const in GetDocumentById() function in DocumentDB::Collection
H A Ddocument_store.cpp314 errCode = coll.GetDocumentById(id, ValueDocument); in CheckUpsertConflict()