修改JDBC生成的sql语句

发布于 2024-10-25 02:52:07 字数 152 浏览 2 评论 0原文

拦截和修改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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾城°AllureLove 2024-11-01 02:52:07

什么数据库?

我记得 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文