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) XmlBeginEvent(EventType eventType, Scn scn, TableId tableId, String rowId, String rsId, Instant changeTime, LogMinerDmlEntry dmlEntry, String columnName) XmlBeginEvent(LogMinerEventRow row, LogMinerDmlEntry dmlEntry, String columnName) -
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 TypeMethodDescriptionprotected abstract LogMinerDmlEntryPreambleSingleColumnReconstructedSelectParser.createDmlEntryForColumnValues(Object[] columnValues) protected LogMinerDmlEntrySelectLobParser.createDmlEntryForColumnValues(Object[] columnValues) protected LogMinerDmlEntryXmlBeginParser.createDmlEntryForColumnValues(Object[] columnValues) static LogMinerDmlEntrystatic LogMinerDmlEntrystatic LogMinerDmlEntryLogMinerDmlEntryImpl.forLobLocator(Object[] newColumnValues) static LogMinerDmlEntrystatic LogMinerDmlEntryLogMinerDmlEntryImpl.forValuelessDdl()static LogMinerDmlEntryParse a DML SQL string from the LogMiner event stream.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) Parse a DML redo SQL statement.