public class HistoryRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryRecord.Fields |
| Modifier and Type | Field and Description |
|---|---|
private Document |
doc |
private static TableChanges.TableChangesSerializer<Array> |
tableChangesSerializer |
| 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
private static final TableChanges.TableChangesSerializer<Array> tableChangesSerializer
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 © 2021 JBoss by Red Hat. All rights reserved.