Uses of Class
io.debezium.connector.oracle.logminer.processor.TransactionCommitConsumer.LobState
-
Packages that use TransactionCommitConsumer.LobState Package Description io.debezium.connector.oracle.logminer.processor -
-
Uses of TransactionCommitConsumer.LobState in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as TransactionCommitConsumer.LobState Modifier and Type Field Description private TransactionCommitConsumer.LobStateTransactionCommitConsumer. lobStateMethods in io.debezium.connector.oracle.logminer.processor that return TransactionCommitConsumer.LobState Modifier and Type Method Description private TransactionCommitConsumer.LobStateTransactionCommitConsumer. resolveLobStateByCurrentEvent(LogMinerEvent event)static TransactionCommitConsumer.LobStateTransactionCommitConsumer.LobState. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionCommitConsumer.LobState[]TransactionCommitConsumer.LobState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-