public class SqlServerChangeTable extends ChangeTable
| Modifier and Type | Field and Description |
|---|---|
private static String |
CDC_SCHEMA |
private Table |
sourceTable
The table from which the changes are captured
|
private Lsn |
startLsn
A LSN from which the data in the change table are relevant
|
private Lsn |
stopLsn
A LSN to which the data in the change table are relevant
|
| Constructor and Description |
|---|
SqlServerChangeTable(String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
SqlServerChangeTable(TableId sourceTableId,
String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
| Modifier and Type | Method and Description |
|---|---|
Table |
getSourceTable() |
Lsn |
getStartLsn() |
Lsn |
getStopLsn() |
private static TableId |
resolveChangeTableId(TableId sourceTableId,
String captureInstance) |
void |
setSourceTable(Table sourceTable) |
void |
setStopLsn(Lsn stopLsn) |
String |
toString() |
getCaptureInstance, getChangeTableId, getChangeTableObjectId, getSourceTableIdprivate static final String CDC_SCHEMA
private final Lsn startLsn
private Lsn stopLsn
private Table sourceTable
public SqlServerChangeTable(TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)
public Lsn getStartLsn()
public Lsn getStopLsn()
public void setStopLsn(Lsn stopLsn)
public Table getSourceTable()
getSourceTable in class ChangeTablepublic void setSourceTable(Table sourceTable)
setSourceTable in class ChangeTablepublic String toString()
toString in class ChangeTableCopyright © 2020 JBoss by Red Hat. All rights reserved.