Home
last modified time | relevance | path

Searched refs:UpsertDocument (Results 1 – 5 of 5) sorted by relevance

/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);
H A Ddocument_store.h41 …int UpsertDocument(const std::string &collection, const std::string &filter, const std::string &do…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp68 int ret = db->store_->UpsertDocument(collectionName, filter, document, flags); in GRD_UpsertDocInner()
/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() function in DocumentDB::Collection
H A Ddocument_store.cpp417 errCode = coll.UpsertDocument(docId, newDocument, isDataExist); in UpsertDataIntoDB()
445 int DocumentStore::UpsertDocument(const std::string &collection, const std::string &filter, in UpsertDocument() function in DocumentDB::DocumentStore