public class HistoryRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryRecord.Fields |
| Constructor and Description |
|---|
HistoryRecord(Document document) |
HistoryRecord(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
databaseName() |
protected String |
ddl() |
Document |
document() |
boolean |
isValid()
Verifies that the record contains mandatory fields - source and position
|
protected Document |
position() |
protected String |
schemaName() |
protected Document |
source() |
protected Array |
tableChanges() |
String |
toString() |
private final Document doc
public HistoryRecord(Document document)
public Document document()
protected Document source()
protected Document position()
protected String databaseName()
protected String schemaName()
protected String ddl()
protected Array tableChanges()
public boolean isValid()
Copyright © 2019 JBoss by Red Hat. All rights reserved.