public interface DmlParser
| Modifier and Type | Method and Description |
|---|---|
LogMinerDmlEntry |
parse(String sql,
Tables tables,
TableId tableId,
String txId)
Parse a DML SQL string from the LogMiner event stream.
|
LogMinerDmlEntry parse(String sql, Tables tables, TableId tableId, String txId)
sql - the sql statementtables - collection of known tables.tableId - the table identifiertxId - the current transaction id the sql is part of.null if the SQL couldn't be parsed.DmlParserException - thrown if a parse exception is detected.Copyright © 2021 JBoss by Red Hat. All rights reserved.