| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistorizedRelationalDatabaseSchema.record(SchemaChangeEvent schemaChange,
TableChanges tableChanges)
Records the given schema change event in the persistent history.
|
| Modifier and Type | Method and Description |
|---|---|
TableChanges |
TableChanges.create(Table table) |
static TableChanges |
TableChanges.fromArray(Array array) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
void |
DatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
| Constructor and Description |
|---|
HistoryRecord(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.