Searched refs:IsTableExistReference (Results 1 – 6 of 6) sorted by relevance
152 bool IsTableExistReference(const std::string &table);
222 virtual bool IsTableExistReference(const std::string &table) in IsTableExistReference() function
667 bool StorageProxy::IsTableExistReference(const std::string &table) in IsTableExistReference() function in DistributedDB::StorageProxy673 return store_->IsTableExistReference(table); in IsTableExistReference()
225 bool IsTableExistReference(const std::string &table) override;
300 EXPECT_EQ(proxyObj.IsTableExistReference(TABLE_NAME_1), false);
2113 bool RelationalSyncAbleStorage::IsTableExistReference(const std::string &table) in IsTableExistReference() function in DistributedDB::RelationalSyncAbleStorage