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 ddl) |
| 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 Document |
source() |
String |
toString() |
private final Document doc
public HistoryRecord(Document document)
public Document document()
protected Document source()
protected Document position()
protected String databaseName()
protected String ddl()
public boolean isValid()
Copyright © 2018 JBoss by Red Hat. All rights reserved.