Class SqlServerConnection.CdcEnabledTable

    • Field Detail

      • tableId

        private final String tableId
      • captureName

        private final String captureName
      • fromLsn

        private final Lsn fromLsn
    • Constructor Detail

      • CdcEnabledTable

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

      • getTableId

        public String getTableId()
      • getCaptureName

        public String getCaptureName()
      • getFromLsn

        public Lsn getFromLsn()