Searched refs:GetDataById (Results 1 – 4 of 4) sorted by relevance
35 virtual int GetDataById(const std::string &collName, Key &key, Value &value) const = 0;
43 int GetDataById(const std::string &collName, Key &key, Value &value) const override;
190 int SqliteStoreExecutorImpl::GetDataById(const std::string &collName, Key &key, Value &value) const in GetDataById() function in DocumentDB::SqliteStoreExecutorImpl
78 return executor_->GetDataById(name_, key, document); in GetDocumentById()