Searched refs:GetTableReference (Results 1 – 6 of 6) sorted by relevance
104 const std::vector<TableReferenceProperty> &GetTableReference() const;
1605 int errCode = GetTableReference(tableName, tableReference); in GetReferenceGid()1622 int RelationalSyncAbleStorage::GetTableReference(const std::string &tableName, in GetTableReference() function in DistributedDB::RelationalSyncAbleStorage2075 int errCode = RelationalSyncAbleStorage::GetTableReference(table.name, tableReference); in CheckTableSupportCompensatedSync()2117 int errCode = RelationalSyncAbleStorage::GetTableReference(table, tableReference); in IsTableExistReference()
264 int GetTableReference(const std::string &tableName,
795 const std::vector<TableReferenceProperty> &TableInfo::GetTableReference() const in GetTableReference() function in DistributedDB::TableInfo
286 table.SetSourceTableReference(schema.GetTable(tableName).GetTableReference()); in CreateDistributedTable()
801 for (const auto &reference : table.GetTableReference()) { in GetTableRefUpdateSql()