【发布时间】:2015-02-06 00:33:02
【问题描述】:
我使用 Doctrine DBAL v2.5.0,我想执行一个简单的更新语句。在文档中写道,我应该为此使用方法 executeUpdate() (http://doctrine-dbal.readthedocs.org/en/latest/reference/data-retrieval-and-manipulation.html#executeupdate)。但是在源代码中这个方法有注解@internal。因此,我不确定是否应该从非库代码中使用此方法。我应该吗?
【问题讨论】:
标签: doctrine-orm dbal