Uses of Class
io.debezium.relational.TableSchemaBuilder
-
Packages that use TableSchemaBuilder Package Description io.debezium.relational -
-
Uses of TableSchemaBuilder in io.debezium.relational
Fields in io.debezium.relational declared as TableSchemaBuilder Modifier and Type Field Description private TableSchemaBuilderRelationalDatabaseSchema. schemaBuilderConstructors in io.debezium.relational with parameters of type TableSchemaBuilder Constructor Description HistorizedRelationalDatabaseSchema(HistorizedRelationalDatabaseConnectorConfig config, TopicSelector<TableId> topicSelector, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper)RelationalDatabaseSchema(RelationalDatabaseConnectorConfig config, TopicSelector<TableId> topicSelector, Tables.TableFilter tableFilter, Tables.ColumnNameFilter columnFilter, TableSchemaBuilder schemaBuilder, boolean tableIdCaseInsensitive, Key.KeyMapper customKeysMapper)
-