public static class SqlServerConnection.CdcEnabledTable extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
captureName |
private Lsn |
fromLsn |
private String |
tableId |
| Modifier | Constructor and Description |
|---|---|
private |
CdcEnabledTable(String tableId,
String captureName,
Lsn fromLsn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureName() |
Lsn |
getFromLsn() |
String |
getTableId() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.