-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Tobias edited this page Jun 21, 2013
·
35 revisions
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.
The parser is built using JavaCC. The core JavaCC grammar for SQL has been taken from Guido Draheim's site and has been changed in order to produce a hierarchy of Java classes.
Visit JSqlParsers Sonar place here (thanks to vasilievip)
Find some examples of JSqlParsers usage here. Fell free to add more examples.