Searched refs:DeleteDocument (Results 1 – 5 of 5) sorted by relevance
34 int DeleteDocument(Key &key);
46 int DeleteDocument(const std::string &collection, const std::string &filter, uint32_t flags);
89 int ret = db->store_->DeleteDocument(collectionName, filter, flags); in GRD_DeleteDocInner()
81 int Collection::DeleteDocument(Key &key) in DeleteDocument() function in DocumentDB::Collection
587 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