Package io.debezium.connector.oracle.logminer.parser
package io.debezium.connector.oracle.logminer.parser
-
ClassDescriptionAn abstract implementation that knows how to parse a basic Oracle SELECT statement that contains a single column with one or more where conditions.A common abstract base class for
SingleColumnSqlRedoPreambleParserimplementations.Contract for a DML parser for LogMiner.Exception returned by theDmlParser.A 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.This class holds one parsed DML LogMiner record detailsA simple DML parser implementation specifically for Oracle LogMiner.Utility helper methods for the Oracle LogMiner DML parsing classes.Simple text-based parser implementation for Oracle LogMiner SEL_LOB_LOCATOR Redo SQL.Basic contract for parsers that can decode a single column's preamble sequence.Simple text-based parser implementation for Oracle LogMiner XML_BEGIN Redo SQL.