public class ChangeTable extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
captureInstance
The logical name of the change capture process
|
private static String |
CDC_SCHEMA |
private TableId |
changeTableId
The table that contains the changes for the source table
|
private int |
changeTableObjectId
Numeric identifier of change table in SQL Server schema
|
private TableId |
sourceTableId
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 |
|---|
ChangeTable(String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
ChangeTable(TableId sourceTableId,
String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureInstance() |
TableId |
getChangeTableId() |
int |
getChangeTableObjectId() |
TableId |
getSourceTableId() |
Lsn |
getStartLsn() |
Lsn |
getStopLsn() |
void |
setStopLsn(Lsn stopLsn) |
String |
toString() |
private static final String CDC_SCHEMA
private final String captureInstance
private final TableId sourceTableId
private final TableId changeTableId
private final Lsn startLsn
private Lsn stopLsn
private final int changeTableObjectId
public ChangeTable(TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)
public String getCaptureInstance()
public Lsn getStartLsn()
public Lsn getStopLsn()
public void setStopLsn(Lsn stopLsn)
public TableId getSourceTableId()
public TableId getChangeTableId()
public int getChangeTableObjectId()
Copyright © 2019 JBoss by Red Hat. All rights reserved.