Package io.debezium.connector.informix
Class InformixChangeTable
java.lang.Object
io.debezium.connector.informix.InformixChangeTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe table in the CDC schema that captures changes, suitably quoted for Informixprivate static final Stringprivate io.debezium.relational.TableIdprivate intprivate io.debezium.relational.TableIdprivate final LsnA LSN from which the data in the change table are relevantprivate LsnA LSN to which the data in the change table are relevant -
Constructor Summary
ConstructorsConstructorDescriptionInformixChangeTable(io.debezium.relational.TableId sourceTableId, String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn) InformixChangeTable(String captureInstance, int changeTableObjectId, Lsn startLsn, Lsn stopLsn) -
Method Summary
Modifier and TypeMethodDescriptionio.debezium.relational.TableIdintio.debezium.relational.TableIdvoidsetStopLsn(Lsn stopLsn) toString()
-
Field Details
-
CDC_SCHEMA
- See Also:
-
startLsn
A LSN from which the data in the change table are relevant -
stopLsn
A LSN to which the data in the change table are relevant -
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
-
InformixChangeTable
-
-
Method Details
-
getCaptureInstance
-
getStartLsn
-
getStopLsn
-
setStopLsn
-
getSourceTableId
public io.debezium.relational.TableId getSourceTableId() -
getChangeTableId
public io.debezium.relational.TableId getChangeTableId() -
getChangeTableObjectId
public int getChangeTableObjectId() -
toString
-