Uses of Interface
io.debezium.connector.oracle.logminer.parser.DmlParser
Packages that use DmlParser
-
Uses of DmlParser in io.debezium.connector.oracle.logminer.parser
Classes in io.debezium.connector.oracle.logminer.parser that implement DmlParserModifier and TypeClassDescriptionclassA specialized implementation ofLogMinerDmlParserthat aims to map the column names when a SQL reconstruction by LogMiner fails fromCOLxformat to the actual column name using the relational table model.classA simple DML parser implementation specifically for Oracle LogMiner.