Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phstudy/sql-parser-sample
https://github.com/phstudy/sql-parser-sample
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phstudy/sql-parser-sample
- Owner: phstudy
- Created: 2012-12-16T11:50:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-16T12:21:08.000Z (almost 12 years ago)
- Last Synced: 2023-03-29T04:04:23.550Z (over 1 year ago)
- Language: Java
- Size: 238 KB
- Stars: 1
- Watchers: 0
- 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'.