| Interface | Description |
|---|---|
| Column |
An immutable definition of a column.
|
| ColumnEditor |
An editor for
Column instances. |
| Table |
An immutable definition of a table.
|
| TableEditor |
An editor for
Table instances. |
| Tables.ColumnNameFilter |
A filter for columns.
|
| Tables.TableChanger | |
| Tables.TableNameFilter |
A filter for tables.
|
| ValueConverter |
A function that converts from a column data value into another value.
|
| Class | Description |
|---|---|
| ColumnEditorImpl | |
| ColumnId |
Unique identifier for a column in a database table.
|
| ColumnImpl | |
| Selectors |
Define predicates determines whether tables or columns should be used.
|
| Selectors.DatabaseSelectionPredicateBuilder |
A builder of a database predicate.
|
| Selectors.TableSelectionPredicateBuilder |
A builder of a table predicate.
|
| TableEditorImpl | |
| TableId |
Unique identifier for a database table.
|
| TableImpl | |
| Tables |
Structural definitions for a set of tables in a JDBC database.
|
| TableSchema |
Defines the Kafka Connect
Schema functionality associated with a given table definition, and which can
be used to send rows of data that match the table definition to Kafka Connect. |
| TableSchemaBuilder |
Builder that constructs
TableSchema instances for Table definitions. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.