Package io.debezium.connector.oracle.logminer.events
-
Class Summary Class Description DmlEvent An event that represents a data modification (DML).LobEraseEvent A LogMiner event that represents aLOB_ERASEoperation.LobWriteEvent A LogMiner event that represents aLOB_WRITEoperation.LogMinerEvent Base event class for all events read from Oracle LogMinerLogMinerEventRow A simple wrapper around aResultSetfor a given row.SelectLobLocatorEvent A data modification event that represents aSEL_LOB_LOCATORevent type.TruncateEvent -
Enum Summary Enum Description EventType Represents all supported event types that are loaded from Oracle LogMiner.