| Package | Description |
|---|---|
| io.debezium.jdbc | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.readSchema(Tables tables,
String databaseCatalog,
String schemaNamePattern,
Tables.TableNameFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
boolean removeTablesNotFoundInJdbc)
Create definitions for each tables in the database, given the catalog name, schema pattern, table filter, and
column filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Tables.TableNameFilter |
Tables.filterFor(Predicate<TableId> predicate)
Create a
Tables.TableNameFilter for the given Predicate. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.