public interface DmlParser
| Modifier and Type | Method and Description |
|---|---|
LogMinerDmlEntry |
parse(String sql,
Table table,
String txId)
Parse a DML SQL string from the LogMiner event stream.
|
LogMinerDmlEntry parse(String sql, Table table, String txId)
sql - the sql statementtable - the table the sql statement is fortxId - 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.