• Stars
    star
    122
  • Rank 290,362 (Top 6 %)
  • Language
    Java
  • Created about 5 years ago
  • Updated 21 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Java demos for the General SQL Parser library

gsp_demo_java

Java demos for the General SQL Parser library

compile and run

  1. open setenv/setenv.bat, and set JAVA_HOME to the path where JDK installed.
  2. create a build directory.
  3. cd src/main/java/demos
  4. enter any sub-directory which includes a demo, for example, cd checksyntax
  5. execute compile_checksyntax.bat
  6. execute run_checksyntax.bat

tutorial

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.