Home
last modified time | relevance | path

Searched refs:DeleteDocument (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.h34 int DeleteDocument(Key &key);
H A Ddocument_store.h46 int DeleteDocument(const std::string &collection, const std::string &filter, uint32_t flags);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp89 int ret = db->store_->DeleteDocument(collectionName, filter, flags); in GRD_DeleteDocInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp81 int Collection::DeleteDocument(Key &key) in DeleteDocument() function in DocumentDB::Collection
H A Ddocument_store.cpp587 errCode = coll.DeleteDocument(key); in DeleteDataFromDB()
596 int DocumentStore::DeleteDocument(const std::string &collection, const std::string &filter, uint32_… in DeleteDocument() function in DocumentDB::DocumentStore