Uses of Class
io.debezium.connector.oracle.logminer.events.DmlEvent
-
Packages that use DmlEvent Package Description io.debezium.connector.oracle.logminer.events io.debezium.connector.oracle.logminer.processor -
-
Uses of DmlEvent in io.debezium.connector.oracle.logminer.events
Subclasses of DmlEvent in io.debezium.connector.oracle.logminer.events Modifier and Type Class Description classSelectLobLocatorEventA data modification event that represents aSEL_LOB_LOCATORevent type. -
Uses of DmlEvent in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type DmlEvent Modifier and Type Method Description protected booleanTransactionReconciliation. isSameTableRow(DmlEvent event, DmlEvent prevEvent)Checks whether the two events are for the same table row.protected voidTransactionReconciliation. mergeNewColumns(DmlEvent event, DmlEvent prevEvent)Merge column values fromeventwithprevEvent.protected booleanTransactionReconciliation. shouldMergeDmlEvent(Transaction transaction, int index, DmlEvent event, DmlEvent prevEvent)Attempts to merge the provided DML event with the previous event in the transaction.protected booleanTransactionReconciliation. shouldMergeSelectLobLocatorEvent(Transaction transaction, int index, SelectLobLocatorEvent event, DmlEvent prevEvent)Attempts to merge the provided SEL_LOB_LOCATOR event with the previous event in the transaction.
-