Class Db2Connection.CdcEnabledTable

  • Enclosing class:
    Db2Connection

    public static class Db2Connection.CdcEnabledTable
    extends Object
    • 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()