| Modifier and Type | Field and Description |
|---|---|
private LogMinerDmlEntry |
OracleDmlParser.dmlEntry |
| Modifier and Type | Method and Description |
|---|---|
LogMinerDmlEntry |
OracleDmlParser.getDmlEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleDmlParser.setDmlEntry(LogMinerDmlEntry dml) |
| Modifier and Type | Field and Description |
|---|---|
private LogMinerDmlEntry |
LogMinerChangeRecordEmitter.dmlEntry |
| Modifier and Type | Method and Description |
|---|---|
private LogMinerDmlEntry |
LogMinerQueryResultProcessor.parse(String redoSql,
OracleDatabaseSchema schema,
TableId tableId,
String txId) |
| Constructor and Description |
|---|
LogMinerChangeRecordEmitter(OffsetContext offset,
LogMinerDmlEntry dmlEntry,
Table table,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
LogMinerDmlEntry |
SimpleDmlParser.parse(String dmlContent,
Tables tables,
TableId tableId,
String txId)
This parses a DML
|
LogMinerDmlEntry |
LogMinerDmlParser.parse(String sql,
Tables tables,
TableId tableId,
String txId) |
LogMinerDmlEntry |
DmlParser.parse(String sql,
Tables tables,
TableId tableId,
String txId)
Parse a DML SQL string from the LogMiner event stream.
|
private LogMinerDmlEntry |
LogMinerDmlParser.parseDelete(String sql)
Parses a SQL
DELETE statement. |
private LogMinerDmlEntry |
LogMinerDmlParser.parseInsert(String sql)
Parse an
INSERT SQL statement. |
private LogMinerDmlEntry |
LogMinerDmlParser.parseUpdate(String sql)
Parse an
UPDATE SQL statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogMinerDmlEntryImpl
This class holds one parsed DML LogMiner record details
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.