Uses of Class
io.debezium.connector.oracle.logminer.events.SelectLobLocatorEvent
-
Packages that use SelectLobLocatorEvent Package Description io.debezium.connector.oracle.logminer.processor -
-
Uses of SelectLobLocatorEvent in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor with parameters of type SelectLobLocatorEvent Modifier and Type Method Description 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.
-