PDOStatement 在所有绑定应用后获取 SQL

发布于 2024-10-13 09:01:23 字数 464 浏览 1 评论 0原文

可能的重复:
获取带有绑定参数的 PDO 查询字符串而不执行它
PDO 准备语句

您好, 我想从 PDOStatement 获得完整的查询,但是我只找到 $queryString 属性,它似乎只包含原始字符串,而没有应用绑定。我可以迭代绑定并自己替换它,但是我想获取该类在内部使用的 sql。这有可能吗?谢谢

Possible Duplicates:
Getting a PDO query string with bound parameters without executing it
PDO Prepared Statements

Hi,
I would like to get a full query from PDOStatement, however I only found the $queryString property which seems to contain merely the original string without the bindings applied. I could iterate through the bindings and replace it myself, however I'd like to get the sql this class is working with internally. Is this possible somehow? Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文