Uses of Class
io.debezium.connector.jdbc.relational.TableId
Packages that use TableId
Package
Description
-
Uses of TableId in io.debezium.connector.jdbc
Methods in io.debezium.connector.jdbc with parameters of type TableIdModifier and TypeMethodDescriptionprivate TableDescriptorJdbcChangeEventSink.alterTableIfNeeded(TableId tableId, SinkRecordDescriptor record) private TableDescriptorJdbcChangeEventSink.checkAndApplyTableChangesIfNeeded(TableId tableId, SinkRecordDescriptor descriptor) private TableDescriptorJdbcChangeEventSink.createTable(TableId tableId, SinkRecordDescriptor record) private booleanprivate TableDescriptor -
Uses of TableId in io.debezium.connector.jdbc.dialect
Methods in io.debezium.connector.jdbc.dialect that return TableIdModifier and TypeMethodDescriptionDatabaseDialect.getTableId(String tableName) Resolves the table id for table name.GeneralDatabaseDialect.getTableId(String tableName) Methods in io.debezium.connector.jdbc.dialect with parameters of type TableIdModifier and TypeMethodDescriptionDatabaseDialect.getCreateTableStatement(SinkRecordDescriptor record, TableId tableId) Construct aCREATE TABLEstatement specific for this dialect based on the provided record.GeneralDatabaseDialect.getCreateTableStatement(SinkRecordDescriptor record, TableId tableId) protected StringGeneralDatabaseDialect.getQualifiedTableName(TableId tableId) DatabaseDialect.readTable(Connection connection, TableId tableId) Read the table structure data from the database.GeneralDatabaseDialect.readTable(Connection connection, TableId tableId) booleanDatabaseDialect.tableExists(Connection connection, TableId tableId) Check whether the specified table exists.booleanGeneralDatabaseDialect.tableExists(Connection connection, TableId tableId) protected StringGeneralDatabaseDialect.toIdentifier(TableId tableId) -
Uses of TableId in io.debezium.connector.jdbc.dialect.postgres
Methods in io.debezium.connector.jdbc.dialect.postgres with parameters of type TableIdModifier and TypeMethodDescriptionPostgresDatabaseDialect.readTable(Connection connection, TableId tableId) booleanPostgresDatabaseDialect.tableExists(Connection connection, 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 TableIdModifier and TypeMethodDescriptionTableDescriptor.getId()TableId.toLowerCase()TableId.toUpperCase()Constructors in io.debezium.connector.jdbc.relational with parameters of type TableIdModifierConstructorDescriptionprivateTableDescriptor(TableId id, String tableType, List<ColumnDescriptor> columns, List<String> primaryKeyColumnNames)