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