Class SqlServerConnection.CdcEnabledTable

java.lang.Object
io.debezium.connector.sqlserver.SqlServerConnection.CdcEnabledTable
Enclosing class:
SqlServerConnection

public static class SqlServerConnection.CdcEnabledTable extends Object
  • Field Details

    • tableId

      private final String tableId
    • captureName

      private final String captureName
    • fromLsn

      private final Lsn fromLsn
  • Constructor Details

    • CdcEnabledTable

      private CdcEnabledTable(String tableId, String captureName, Lsn fromLsn)
  • Method Details

    • getTableId

      public String getTableId()
    • getCaptureName

      public String getCaptureName()
    • getFromLsn

      public Lsn getFromLsn()