Uses of Package
io.debezium.connector.oracle.logminer.parser
Packages that use io.debezium.connector.oracle.logminer.parser
Package
Description
-
-
Classes in io.debezium.connector.oracle.logminer.parser used by io.debezium.connector.oracle.logminer.parserClassDescriptionContract for a DML parser for LogMiner.A simple DML parser implementation specifically for Oracle LogMiner.An abstract implementation that knows how to parse a basic Oracle SELECT statement that contains a single column with one or more where conditions.
-
Classes in io.debezium.connector.oracle.logminer.parser used by io.debezium.connector.oracle.logminer.processorClassDescriptionA specialized implementation of
LogMinerDmlParserthat aims to map the column names when a SQL reconstruction by LogMiner fails fromCOLxformat to the actual column name using the relational table model.A simple DML parser implementation specifically for Oracle LogMiner.Simple text-based parser implementation for Oracle LogMiner SEL_LOB_LOCATOR Redo SQL.Simple text-based parser implementation for Oracle LogMiner XML_BEGIN Redo SQL. -