显示 oci_parse 语句

发布于 2024-10-15 17:35:43 字数 122 浏览 3 评论 0原文

有没有办法显示刚刚被 ociparse 的 SQL 语句(带或不带绑定变量)?我维护一个遗留应用程序,有时 SQL 是从许多不同的地方构建的,并且之间有很多条件。我最好做一个 print_r($handle) 但当然这是行不通的。

Is there a way to show the SQL statement that has just been ociparse'd (with or without bound variables)? I maintain a legacy application and sometimes the SQL is built from many different places and lots of conditionals in between. I'd preferably do a print_r($handle) but of course that doesn't work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浪推晚风 2024-10-22 17:35:43

简短的回答,不。
没有简单的方法可以通过本机函数调试已解析的查询。
您需要创建自己的包装器

Short answer, no.
There is no simple way for debug a parsed query via native function.
You need to create your own wrapper

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