Logminer SQL Parser is a performance trimmed SQL parser to read SQL produced by Oracle Logminer (SQL_UNDO and SQL_REDO columns of V$LOGMNR_CONTENTS ). Therefore only statements and formats that Oracle Logminer produces are supported. Logminer SQL parser IS NO general purpose SQL parser.
Logminer SQL Parser is based on JSqlParser (https://github.com/JSQLParser). So if you need a general purpose SQL parser, please consider JSqlParser.
Currently the SQL statements of the following Operation Types (OPERATION column) are supported:
- INSERT
- UPDATE
- DELETE
Logminer SQL Parser is dual licensed under LGPL V2.1 or Apache Software License, Version 2.0.