Class LogMinerHelper

java.lang.Object
io.debezium.connector.oracle.logminer.LogMinerHelper

public class LogMinerHelper extends Object
This class contains methods to configure and manage LogMiner utility
  • Constructor Details

    • LogMinerHelper

      public LogMinerHelper()
  • Method Details

    • getColumnIndexByName

      public static int getColumnIndexByName(String columnName, Table table)
      Returns a 0-based index offset for the column name in the relational table.
      Parameters:
      columnName - the column name, should not be null.
      table - the relational table, should not be null.
      Returns:
      the 0-based index offset for the column name
    • getColumnIndexByName

      public static int getColumnIndexByName(Column column)