Sur cette page

QSqlDriverCreator Class

template <typename T> class QSqlDriverCreator

La classe QSqlDriverCreator est une classe modèle qui fournit une fabrique de pilotes SQL pour un type de pilote spécifique. Plus d'informations...

En-tête : #include <QSqlDriverCreator>
CMake : find_package(Qt6 REQUIRED COMPONENTS Sql)
target_link_libraries(mytarget PRIVATE Qt6::Sql)
qmake : QT += sql
Héritages : QSqlDriverCreatorBase

Fonctions publiques réimplémentées

virtual QSqlDriver *createObject() const override

Description détaillée

QSqlDriverCreator<T> instancie des objets de type T, où T est une sous-classe de QSqlDriver.

Voir QSqlDatabase::registerSqlDriver() pour plus de détails.

Documentation des fonctions membres

[override virtual] QSqlDriver *QSqlDriverCreator::createObject() const

Réimplémente : QSqlDriverCreatorBase::createObject() const.

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