修改JDBC生成的sql语句
拦截和修改jdbc驱动生成的sql语句最简单的方法是什么?有类似 P6Spy 的东西。根据google的信息,这是一个开源框架,支持拦截和选择性修改数据库语句的应用程序。但该软件的最后一次发布是在 2003 年,网站已关闭,没有 wiki、教程等。还有其他选择吗?
谢谢帮助
What is the simplest way to intercept and modify sql statements generated by jdbc driver? There is something like P6Spy. According to information from google, an open source framework to support applications that intercept and optionally modify database statements. But last release of the software was back in 2003, website is down, there is no wiki, tutorials etc. Are there any other options?
Thx for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
什么数据库?
我记得 Oracle 在版本 10 中添加了一些内容,允许您在无法更改的代码中修补/重写 SQL。
What database?
I recall Oracle added something in version 10 to allow you to patch/rewrite SQL in code you couldn't change.