发布于 2017-03-14 04:27:36 | 93 次阅读 | 评论: 0 | 来源: 网友投递
JSqlParser SQL解释器
JSqlParser能够解析SQL语句并它翻译成一个Java类层次。它产生的层次可以使用访问者模式导航。
更新日志如下:
support getting jdbc parameter index
Removed limitation of LongValue to accept only java.util.Long parsable values.
introduced NOT without parenthesis for column only conditions
introduced more complex expressions within CASE - statements
improved Postgresql JSON - support
integrated some Postgresql create table contraints
support for alter table modify statements
allowed more types of expressions after limit and top.
下载地址: