JSqlParser 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
JSqlParser 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
JSqlParser 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 LGPL
开发语言 Java
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 小编辑
适用人群 未知
收录时间 2010-11-27

软件简介

JSqlParser能够解析SQL语句并它翻译成一个Java类层次。它产生的层次可以使用访问者模式导航。

示例代码:

if (statement instanceof Insert) {
   // insert case
}
else if (statement instanceof Update) {
   // update case
}
展开阅读全文

代码

评论

点击加入讨论🔥(1)
发表了资讯
2017/03/14 11:25

JSqlParser 0.9.7 发布,SQL 解析工具

JSqlParser 0.9.7 发布了,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...

1
42
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
80 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部