Searched refs:GetPrimaryKeySql (Results 1 – 10 of 10) sorted by relevance
30 std::string GetPrimaryKeySql(const TableInfo &table) override;
33 std::string GetPrimaryKeySql(const TableInfo &table) override;
32 std::string GetPrimaryKeySql(const TableInfo &table) override;
100 std::string SplitDeviceLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::SplitDeviceLogTableManager
116 std::string CollaborationLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::CollaborationLogTableManager
52 std::string SimpleTrackerLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::SimpleTrackerLogTableManager
81 std::string CloudSyncLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::CloudSyncLogTableManager
47 virtual std::string GetPrimaryKeySql(const TableInfo &table) = 0;
49 std::string primaryKey = GetPrimaryKeySql(table); in CreateRelationalLogTable()