public class SqlServerChangeTable extends ChangeTable
| Modifier and Type | Field and Description |
|---|---|
private static String |
CDC_SCHEMA |
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 |
|---|---|
Lsn |
getStartLsn() |
Lsn |
getStopLsn() |
private static TableId |
resolveChangeTableId(TableId sourceTableId,
String captureInstance) |
void |
setStopLsn(Lsn stopLsn) |
String |
toString() |
getCaptureInstance, getChangeTableId, getChangeTableObjectId, getSourceTableIdprivate static final String CDC_SCHEMA
private final Lsn startLsn
private Lsn stopLsn
public SqlServerChangeTable(TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)
Copyright © 2020 JBoss by Red Hat. All rights reserved.