QSqlDriverCreatorBase¶
The QSqlDriverCreatorBase
class is the base class for SQL driver factories. More…
Detailed Description¶
Reimplement createObject()
to return an instance of the specific QSqlDriver
subclass that you want to provide.
See registerSqlDriver()
for details.
See also
QSqlDriverCreator
- class PySide6.QtSql.QSqlDriverCreatorBase¶
- PySide6.QtSql.QSqlDriverCreatorBase.createObject()¶
- Return type
Reimplement this function to returns a new instance of a QSqlDriver
subclass.
© 2022 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.