| Package | Description |
|---|---|
| io.debezium.connector.oracle.logminer | |
| io.debezium.connector.oracle.logminer.parser | |
| io.debezium.connector.oracle.logminer.valueholder |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
LogMinerChangeRecordEmitter.getColumnData(LogMinerColumnValue columnValue) |
protected String |
LogMinerChangeRecordEmitter.getColumnName(LogMinerColumnValue columnValue) |
| Modifier and Type | Method and Description |
|---|---|
private static LogMinerColumnValue |
LogMinerDmlParser.createColumnValue(String columnName,
String columnValue)
Helper method to create a
LogMinerColumnValue from a column name/value pair. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogMinerColumnValueImpl
This class stores parsed column info
|
| Modifier and Type | Field and Description |
|---|---|
private LogMinerColumnValue |
LogMinerColumnValueWrapper.columnValue |
| Modifier and Type | Field and Description |
|---|---|
private List<LogMinerColumnValue> |
LogMinerDmlEntryImpl.newLmColumnValues |
private List<LogMinerColumnValue> |
LogMinerDmlEntryImpl.oldLmColumnValues |
| Modifier and Type | Method and Description |
|---|---|
LogMinerColumnValue |
LogMinerColumnValueWrapper.getColumnValue() |
| Modifier and Type | Method and Description |
|---|---|
List<LogMinerColumnValue> |
LogMinerDmlEntryImpl.getNewValues() |
List<LogMinerColumnValue> |
LogMinerDmlEntry.getNewValues()
this getter
|
List<LogMinerColumnValue> |
LogMinerDmlEntryImpl.getOldValues() |
List<LogMinerColumnValue> |
LogMinerDmlEntry.getOldValues()
This getter
|
| Constructor and Description |
|---|
LogMinerColumnValueWrapper(LogMinerColumnValue columnValue) |
| Constructor and Description |
|---|
LogMinerDmlEntryImpl(Envelope.Operation commandType,
List<LogMinerColumnValue> newLmColumnValues,
List<LogMinerColumnValue> oldLmColumnValues) |
LogMinerDmlEntryImpl(Envelope.Operation commandType,
List<LogMinerColumnValue> newLmColumnValues,
List<LogMinerColumnValue> oldLmColumnValues) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.