sqlparser / gsp_demo_java

Java demos for the General SQL Parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Java demos for the General SQL Parser library


Languages

Language:Java 97.0%Language:Batchfile 1.4%Language:TSQL 0.8%Language:PLSQL 0.7%Language:XSLT 0.1%Language:JavaScript 0.0%Language:Shell 0.0%Language:CSS 0.0%Language:SQLPL 0.0%