Class LogMinerHelper
java.lang.Object
io.debezium.connector.oracle.logminer.LogMinerHelper
This class contains methods to configure and manage LogMiner utility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetColumnIndexByName(Column column) static intgetColumnIndexByName(String columnName, Table table) Returns a 0-based index offset for the column name in the relational table.
-
Constructor Details
-
LogMinerHelper
public LogMinerHelper()
-
-
Method Details
-
getColumnIndexByName
Returns a 0-based index offset for the column name in the relational table.- Parameters:
columnName- the column name, should not benull.table- the relational table, should not benull.- Returns:
- the 0-based index offset for the column name
-
getColumnIndexByName
-