Uses of Interface
io.debezium.connector.oracle.logminer.parser.LogMinerDmlEntry
Packages that use LogMinerDmlEntry
Package
Description
-
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.logminer.events
Fields in io.debezium.connector.oracle.logminer.events declared as LogMinerDmlEntryMethods in io.debezium.connector.oracle.logminer.events that return LogMinerDmlEntryConstructors in io.debezium.connector.oracle.logminer.events with parameters of type LogMinerDmlEntryModifierConstructorDescriptionDmlEvent(EventType eventType, Scn scn, TableId tableId, String rowId, String rsId, Instant changeTime, LogMinerDmlEntry dmlEntry) DmlEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry) SelectLobLocatorEvent(EventType eventType, Scn scn, TableId tableId, String rowId, String rsId, Instant changeTime, LogMinerDmlEntry dmlEntry, String columnName, boolean binary) SelectLobLocatorEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName, boolean binary) TruncateEvent(EventType eventType, Scn scn, TableId tableId, String rowId, String rsId, Instant changeTime, LogMinerDmlEntry dmlEntry) TruncateEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry) -
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.logminer.parser
Classes in io.debezium.connector.oracle.logminer.parser that implement LogMinerDmlEntryModifier and TypeClassDescriptionclassThis class holds one parsed DML LogMiner record detailsMethods in io.debezium.connector.oracle.logminer.parser that return LogMinerDmlEntryModifier and TypeMethodDescriptionstatic LogMinerDmlEntrystatic LogMinerDmlEntrystatic LogMinerDmlEntryLogMinerDmlEntryImpl.forLobLocator(Object[] newColumnValues) static LogMinerDmlEntrystatic LogMinerDmlEntryLogMinerDmlEntryImpl.forValuelessDdl()Parse a DML SQL string from the LogMiner event stream.Parse the supplied SEL_LOB_LOCATOR event redo SQL statement.private LogMinerDmlEntryLogMinerDmlParser.parseDelete(String sql, Table table) Parses a SQLDELETEstatement.private LogMinerDmlEntryLogMinerDmlParser.parseInsert(String sql, Table table) Parse anINSERTSQL statement.private LogMinerDmlEntryLogMinerDmlParser.parseUpdate(String sql, Table table) Parse anUPDATESQL statement. -
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor that return LogMinerDmlEntryModifier and TypeMethodDescriptionprivate LogMinerDmlEntryAbstractLogMinerEventProcessor.parseDmlStatement(String redoSql, Table table, String transactionId) Parse a DML redo SQL statement.