Uses of Interface
io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
-
-
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.antlr
Fields in io.debezium.connector.oracle.antlr declared as LogMinerDmlEntry Modifier and Type Field Description private LogMinerDmlEntryOracleDmlParser. dmlEntryMethods in io.debezium.connector.oracle.antlr that return LogMinerDmlEntry Modifier and Type Method Description LogMinerDmlEntryOracleDmlParser. getDmlEntry()Methods in io.debezium.connector.oracle.antlr with parameters of type LogMinerDmlEntry Modifier and Type Method Description voidOracleDmlParser. setDmlEntry(LogMinerDmlEntry dml) -
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as LogMinerDmlEntry Modifier and Type Field Description private LogMinerDmlEntryLogMinerChangeRecordEmitter. dmlEntryMethods in io.debezium.connector.oracle.logminer that return LogMinerDmlEntry Modifier and Type Method Description private LogMinerDmlEntryLogMinerQueryResultProcessor. parse(String redoSql, Table table, String txId)Constructors in io.debezium.connector.oracle.logminer with parameters of type LogMinerDmlEntry Constructor Description LogMinerChangeRecordEmitter(OffsetContext offset, LogMinerDmlEntry dmlEntry, Table table, Clock clock) -
Uses of LogMinerDmlEntry in io.debezium.connector.oracle.logminer.parser
Methods in io.debezium.connector.oracle.logminer.parser that return LogMinerDmlEntry Modifier and Type Method Description LogMinerDmlEntryDmlParser. parse(String sql, Table table, String txId)Parse a DML SQL string from the LogMiner event stream.LogMinerDmlEntryLogMinerDmlParser. parse(String sql, Table table, String txId)LogMinerDmlEntrySimpleDmlParser. parse(String dmlContent, Table table, String txId)This parses a DMLprivate 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.valueholder
Classes in io.debezium.connector.oracle.logminer.valueholder that implement LogMinerDmlEntry Modifier and Type Class Description classLogMinerDmlEntryImplThis class holds one parsed DML LogMiner record details
-