https://github.com/phstudy/sql-parser-sample
https://github.com/phstudy/sql-parser-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phstudy/sql-parser-sample
- Owner: phstudy
- Created: 2012-12-16T11:50:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-16T12:21:08.000Z (over 13 years ago)
- Last Synced: 2025-01-21T02:41:37.692Z (over 1 year ago)
- Language: Java
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'.