Searched refs:DelData (Results 1 – 4 of 4) sorted by relevance
38 virtual int DelData(const std::string &collName, Key &key) = 0;
46 int DelData(const std::string &collName, Key &key) override;
290 int SqliteStoreExecutorImpl::DelData(const std::string &collName, Key &key) in DelData() function in DocumentDB::SqliteStoreExecutorImpl410 return DelData("grd_meta", collOptKey); in CleanCollectionOption()
94 return executor_->DelData(name_, key); in DeleteDocument()