General SQL Parser Java v0.5 release
There are lots of improvements since V0.4, below are some of the most important improvements:
- Oracle SQL and PLSQL query parse tree structure was fully accessible.
- toString() of all parse tree node classes was supported, so you can get text of parse tree node.
- All classes are documented.
- Add an XML demo to illustrate how to visit query parse tree node, and generate XML output of SQL statement.
You can download General SQL Parser Java version here:
http://www.sqlparser.com/download.php
If you have any questions or comments about this SQL Parser, feel free to contact me: info@sqlparser.com