Uses of Class
io.debezium.relational.TableSchema
-
Packages that use TableSchema Package Description io.debezium.relational -
-
Uses of TableSchema in io.debezium.relational
Fields in io.debezium.relational with type parameters of type TableSchema Modifier and Type Field Description private ConcurrentMap<TableId,TableSchema>RelationalDatabaseSchema.SchemasByTableId. valuesMethods in io.debezium.relational that return TableSchema Modifier and Type Method Description TableSchemaTableSchemaBuilder. create(String schemaPrefix, String envelopSchemaName, Table table, Tables.ColumnNameFilter filter, ColumnMappers mappers, Key.KeyMapper keysMapper)Create aTableSchemafrom the giventable definition.TableSchemaRelationalDatabaseSchema.SchemasByTableId. get(TableId tableId)TableSchemaRelationalDatabaseSchema.SchemasByTableId. put(TableId tableId, TableSchema updated)TableSchemaRelationalDatabaseSchema.SchemasByTableId. remove(TableId tableId)TableSchemaRelationalDatabaseSchema. schemaFor(TableId id)Get theSchema informationfor the table with the given identifier, if that table exists and is included by the filter configuration.Methods in io.debezium.relational with parameters of type TableSchema Modifier and Type Method Description protected voidRelationalChangeRecordEmitter. emitCreateRecord(ChangeRecordEmitter.Receiver receiver, TableSchema tableSchema)protected voidRelationalChangeRecordEmitter. emitDeleteRecord(ChangeRecordEmitter.Receiver receiver, TableSchema tableSchema)protected voidRelationalChangeRecordEmitter. emitReadRecord(ChangeRecordEmitter.Receiver receiver, TableSchema tableSchema)protected voidRelationalChangeRecordEmitter. emitTruncateRecord(ChangeRecordEmitter.Receiver receiver, TableSchema schema)protected voidRelationalChangeRecordEmitter. emitUpdateRecord(ChangeRecordEmitter.Receiver receiver, TableSchema tableSchema)TableSchemaRelationalDatabaseSchema.SchemasByTableId. put(TableId tableId, TableSchema updated)
-