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 D | collection.h | 36 int UpsertDocument(const std::string &id, const std::string &newDocument, bool &isIdExist);
|
H A D | document_store.h | 41 …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 D | grd_document_api_inner.cpp | 68 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 D | collection.cpp | 111 int Collection::UpsertDocument(const std::string &id, const std::string &newDocument, bool &isDataE… in UpsertDocument() function in DocumentDB::Collection
|
H A D | document_store.cpp | 417 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
|