Class InformixChangeTable

java.lang.Object
io.debezium.connector.informix.InformixChangeTable

public class InformixChangeTable extends Object
  • Field Details

    • CDC_SCHEMA

      private static final String CDC_SCHEMA
      See Also:
    • startLsn

      private final Lsn startLsn
      A LSN from which the data in the change table are relevant
    • stopLsn

      private Lsn stopLsn
      A LSN to which the data in the change table are relevant
    • captureInstance

      private final String captureInstance
      The table in the CDC schema that captures changes, suitably quoted for Informix
    • changeTableObjectId

      private int changeTableObjectId
    • sourceTableId

      private io.debezium.relational.TableId sourceTableId
    • changeTableId

      private io.debezium.relational.TableId changeTableId
  • Constructor Details

    • InformixChangeTable

      public InformixChangeTable(io.debezium.relational.TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)
    • InformixChangeTable

      public InformixChangeTable(String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn)
  • Method Details

    • getCaptureInstance

      public String getCaptureInstance()
    • getStartLsn

      public Lsn getStartLsn()
    • getStopLsn

      public Lsn getStopLsn()
    • setStopLsn

      public void setStopLsn(Lsn stopLsn)
    • getSourceTableId

      public io.debezium.relational.TableId getSourceTableId()
    • getChangeTableId

      public io.debezium.relational.TableId getChangeTableId()
    • getChangeTableObjectId

      public int getChangeTableObjectId()
    • toString

      public String toString()
      Overrides:
      toString in class Object