Obsolete Members for QSqlQuery

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

公共函数

(deprecated in 6.2) QSqlQuery(const QSqlQuery &other)
(deprecated in 6.2) QSqlQuery &operator=(const QSqlQuery &other)

成员函数文档

[deprecated in 6.2] QSqlQuery::QSqlQuery(const QSqlQuery &other)

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

构造other 的副本。

QSqlQuery 无法进行有意义的复制,因此在 Qt 7 中将不再可复制。根据数据库驱动程序的不同,预处理语句、绑定值等将无法正常工作(例如,更改副本将影响原始副本)。请将 QSqlQuery 视为只可移动的类型。

[deprecated in 6.2] QSqlQuery &QSqlQuery::operator=(const QSqlQuery &other)

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

other 赋值给此对象。

QSqlQuery 不能进行有意义的复制,因此在 Qt 7 中不再可以复制。准备语句、绑定值等将无法正常工作,这取决于您的数据库驱动程序(例如,更改副本将影响原始数据)。请将 视为只可移动的类型。QSqlQuery

© 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.