Package io.debezium.connector.oracle.logminer.parser
-
Interface Summary Interface Description DmlParser Contract for a DML parser for LogMiner. -
Class Summary Class Description LogMinerDmlParser A simple DML parser implementation specifically for Oracle LogMiner.SimpleDmlParser This class does parsing of simple DML: insert, update, delete. -
Exception Summary Exception Description DmlParserException Exception returned by theDmlParser.