Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp111 int Collection::UpsertDocument(const std::string &id, const std::string &newDocument, bool &isDataE… in UpsertDocument() argument
127 Value valSet(newDocument.begin(), newDocument.end()); in UpsertDocument()
135 int Collection::UpdateDocument(const std::string &id, const std::string &newDocument) in UpdateDocument() argument
151 Value valSet(newDocument.begin(), newDocument.end()); in UpdateDocument()
H A Ddocument_store.cpp397 std::string newDocument; in UpsertDataIntoDB() local
413 errCode = GetUpsertRePlaceData(resultSet, documentObj, isReplace, newDocument); in UpsertDataIntoDB()
417 errCode = coll.UpsertDocument(docId, newDocument, isDataExist); in UpsertDataIntoDB()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dcollection.h36 int UpsertDocument(const std::string &id, const std::string &newDocument, bool &isIdExist);