Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phstudy/sql-parser-sample


https://github.com/phstudy/sql-parser-sample

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

SQL-Parser-sample
=================
General SQL Parser (GSP)
http://www.sqlparser.com/

JavaCC
http://java.net/projects/javacc/

There are four eclipse projects:
* SplitSQL (GSP Library is required)
* PlSQL
* RecombineSQL (GSP Library is required)
* jpa (Elcipse Maven Plugin & GSP are required)
- CustomSqlServerDialect.java is alternative implementation via GSP for Hibernate SqlServer2005Dialect.java,
it can generate correct pagination sql when column name includes 'fromFOO' and 'BARfrom'.