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.