zhoushineyoung / SqlParser

SIARD Suite - SqlParser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SqlParser - SQL:2008 Parser for SIARD 2.2
=========================================

This package contains a parser for SQL:2008 statements.
Its main intention is parsing and formatting.
It can also handle primitive evaluation of single-table queries.

doc/manual/user/index.html contains the manual for using the binaries.
doc/manual/developer/index.html is the manual for developers wishing
build the binaries or work on the code.  

For building the binaries, Java JDK (1.8 or higher), Ant, and Git must 
have been installed. A copy of build.properties.template must be called 
build.properties. In it using a text editor the local values must be 
entered as directed by the comments.

SqlParser 1.1 has been built and tested with JAVA JDK 1.8, 9, and 10.

More information about the build process can be found in
doc/manual/developer/build.html.

The project can be opened in Eclipse. But use of Eclipse is optional.

31.01.2018 Hartwig Thomas

About

SIARD Suite - SqlParser

License:Other


Languages

Language:Java 93.5%Language:ANTLR 6.5%