Searched refs:GetDataBaseSchemas (Results 1 – 6 of 6) sorted by relevance
147 virtual std::map<std::string, DataBaseSchema> GetDataBaseSchemas();
573 auto schemas = GetDataBaseSchemas(); in CheckSyncOption()677 std::map<std::string, DataBaseSchema> SyncAbleKvDB::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SyncAbleKvDB
98 std::map<std::string, DataBaseSchema> GetDataBaseSchemas();
237 std::map<std::string, DataBaseSchema> GetDataBaseSchemas() override;
536 std::map<std::string, DataBaseSchema> SqliteCloudKvStore::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SqliteCloudKvStore
1980 std::map<std::string, DataBaseSchema> SQLiteSingleVerNaturalStore::GetDataBaseSchemas() in GetDataBaseSchemas() function in DistributedDB::SQLiteSingleVerNaturalStore1983 return sqliteCloudKvStore_->GetDataBaseSchemas(); in GetDataBaseSchemas()