gsp_demo_java
Java demos for the General SQL Parser library
compile and run
- open setenv/setenv.bat, and set JAVA_HOME to the path where JDK installed.
- create a build directory.
- cd src/main/java/demos
- enter any sub-directory which includes a demo, for example, cd checksyntax
- execute compile_checksyntax.bat
- execute run_checksyntax.bat
tutorial
- SQL modify and rebuild, SQL refactor.
master and dev branch
the master branch is updated only a new version of GSP is released on official webstie: https://sqlparser.com/download.php
while the dev branch is updated more frequently and may not compile using the gsp.jar from the official site or the jar under /lib directory.