QSqlDriverCreator Class
template <typename T> class QSqlDriverCreatorQSqlDriverCreator 类是一个模板类,可为特定驱动程序类型提供 SQL 驱动程序工厂。更多
Header: | #include <QSqlDriverCreator> |
CMake.QSqlDriverCreator | find_package(Qt6 REQUIRED COMPONENTS Sql) target_link_libraries(mytarget PRIVATE Qt6::Sql) |
qmake: | QT += sql |
继承: | QSqlDriverCreatorBase |
- 所有成员(包括继承成员)的列表
- QSqlDriverCreator 属于数据库类。
重新实现的公共函数
virtual QSqlDriver * | createObject() const override |
成员函数文档
[override virtual]
QSqlDriver *QSqlDriverCreator::createObject() const
重实现:QSqlDriverCreatorBase::createObject() const.
© 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.