| Modifier and Type | Field and Description |
|---|---|
private TxLogPosition |
SqlServerStreamingChangeEventSource.ChangeTablePointer.currentChangePosition |
static TxLogPosition |
TxLogPosition.NULL |
| Modifier and Type | Method and Description |
|---|---|
TxLogPosition |
SqlServerOffsetContext.getChangePosition() |
TxLogPosition |
SqlServerStreamingChangeEventSource.ChangeTablePointer.getChangePosition() |
static TxLogPosition |
TxLogPosition.valueOf(Lsn commitLsn) |
static TxLogPosition |
TxLogPosition.valueOf(Lsn commitLsn,
Lsn inTxLsn) |
| Modifier and Type | Method and Description |
|---|---|
int |
TxLogPosition.compareTo(TxLogPosition o) |
void |
SqlServerOffsetContext.setChangePosition(TxLogPosition position) |
| Constructor and Description |
|---|
SqlServerOffsetContext(String serverName,
TxLogPosition position,
boolean snapshot,
boolean snapshotCompleted) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.