Interface DmlParser
- All Known Implementing Classes:
LogMinerDmlParser
public interface DmlParser
Contract for a DML parser for LogMiner.
- Author:
- Chris Cranford
-
Method Summary
Modifier and TypeMethodDescriptionParse a DML SQL string from the LogMiner event stream.
-
Method Details
-
parse
Parse a DML SQL string from the LogMiner event stream.- Parameters:
sql- the sql statementtable- the table the sql statement is for- Returns:
- the parsed sql as a DML entry or
nullif the SQL couldn't be parsed. - Throws:
DmlParserException- thrown if a parse exception is detected.
-