public class SqlServerChangeTable extends ChangeTable
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
capturedColumns
List of columns captured by the CDC table.
|
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,
List<String> capturedColumns) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCapturedColumns() |
Lsn |
getStartLsn() |
Lsn |
getStopLsn() |
private static TableId |
resolveChangeTableId(TableId sourceTableId,
String captureInstance) |
void |
setStopLsn(Lsn stopLsn) |
String |
toString() |
getCaptureInstance, getChangeTableId, getChangeTableObjectId, getSourceTable, getSourceTableId, setSourceTableprivate static final String CDC_SCHEMA
private final Lsn startLsn
private Lsn stopLsn
@Immutable private final List<String> capturedColumns
public SqlServerChangeTable(TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn, List<String> capturedColumns)
Copyright © 2021 JBoss by Red Hat. All rights reserved.