I'm searching an open source SQL parser written in Java. I founded only this commercial software that satisfy my requires: http://www.sqlparser.com/sql-parser-java.php
Asked
Active
Viewed 2,849 times
0
-
3Duplicate http://stackoverflow.com/q/660609/373334 – Jake1164 Jul 02 '13 at 11:00
2 Answers
0
jsqlparser parses an SQL statement and translate it into a hierarchy of Java classes. http://jsqlparser.sourceforge.net/

Mikou
- 99
- 6
0
May I add the active developed fork of JSQLParser at https://github.com/JSQLParser/JSqlParser.

wumpz
- 8,257
- 3
- 30
- 25