Uses of Class
io.debezium.connector.jdbc.relational.TableId
Packages that use TableId
-
Uses of TableId in io.debezium.connector.jdbc.dialect
Methods in io.debezium.connector.jdbc.dialect with parameters of type TableIdModifier and TypeMethodDescriptionprotected StringGeneralDatabaseDialect.toIdentifier(TableId tableId) -
Uses of TableId in io.debezium.connector.jdbc.relational
Fields in io.debezium.connector.jdbc.relational declared as TableIdMethods in io.debezium.connector.jdbc.relational that return TableIdConstructors in io.debezium.connector.jdbc.relational with parameters of type TableIdModifierConstructorDescriptionprivateTableDescriptor(TableId id, String tableType, List<ColumnDescriptor> columns, List<String> primaryKeyColumnNames)