Searched refs:GetSourceTableName (Results 1 – 2 of 2) sorted by relevance
267 std::pair<std::string, int> GetSourceTableName(const std::string &tableName);
1634 auto [sourceTableName, errCode] = GetSourceTableName(tableName); in GetTableReference()1659 std::pair<std::string, int> RelationalSyncAbleStorage::GetSourceTableName(const std::string &tableN… in GetSourceTableName() function in DistributedDB::RelationalSyncAbleStorage2137 auto [sourceTableName, errCode] = GetSourceTableName(table); in IsTableExistReferenceOrReferenceBy()