Obsolete Members for QSqlDatabase

QSqlDatabase 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated in 6.6) QSqlQuery exec(const QString &query = QString()) const

成员函数文档

[deprecated in 6.6] QSqlQuery QSqlDatabase::exec(const QString &query = QString()) const

自 6.6 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

在数据库中执行 SQL 语句并返回QSqlQuery 对象。使用lastError() 获取错误信息。如果query 为空,将返回一个无效的空查询,而lastError() 不受影响。

请使用QSqlQuery::exec() 代替。

另请参阅 QSqlQuerylastError()。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.