GitHunt
CB

cbockermann/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.

Languages

Java100.0%

Contributors

Created September 16, 2011
Updated April 15, 2013
cbockermann/JSqlParser | GitHunt