| Package | Description |
|---|---|
| io.debezium.jdbc | |
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.readSchema(Tables tables,
String databaseCatalog,
String schemaNamePattern,
Tables.TableFilter 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 | Field and Description |
|---|---|
Tables |
RelationalSnapshotChangeEventSource.RelationalSnapshotContext.tables |
private Tables |
RelationalDatabaseSchema.tables |
| Modifier and Type | Method and Description |
|---|---|
Tables |
Tables.clone() |
Tables |
Tables.subset(Tables.TableFilter filter) |
protected Tables |
RelationalDatabaseSchema.tables() |
| Constructor and Description |
|---|
Tables(Tables other,
boolean tableIdCaseInsensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
DdlParser.parse(String ddlContent,
Tables databaseTables)
Examine the supplied string containing DDL statements, and apply those statements to the specified
database table definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseHistory.recover(Map<String,?> source,
Map<String,?> position,
Tables schema,
DdlParser ddlParser)
Recover the
database schema to a known point in its history. |
void |
AbstractDatabaseHistory.recover(Map<String,?> source,
Map<String,?> position,
Tables schema,
DdlParser ddlParser) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.