| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DdlParser |
HistorizedRelationalDatabaseSchema.getDdlParser()
Returns a new instance of the
DdlParser to be used when recovering the schema from a previously persisted
history. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDdlParser |
| 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.