GitHunt
IG

ig0774/JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

JSqlParser

This is a fork of the jsqlparser originally developed by ultimoamore.

Original project websites:

BUILDING

As the project is a Maven project, building is rather simple by running:

mvn package

This will produce the jsqlparser-VERSION.jar file in the target/ directory.

Contributors

Created May 2, 2012
Updated March 14, 2013