
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQSqlDriverCreatorBase class is the base class for SQL driver factories.More...
| Header: | #include <QSqlDriverCreatorBase> |
| Inherited By: |
| virtual | ~QSqlDriverCreatorBase() |
| virtual QSqlDriver * | createObject() const = 0 |
TheQSqlDriverCreatorBase class is the base class for SQL driver factories.
ReimplementcreateObject() to return an instance of the specificQSqlDriver subclass that you want to provide.
SeeQSqlDatabase::registerSqlDriver() for details.
See alsoQSqlDriverCreator.
[virtual]QSqlDriverCreatorBase::~QSqlDriverCreatorBase()Destroys the SQL driver creator object.
[pure virtual]QSqlDriver * QSqlDriverCreatorBase::createObject() constReimplement this function to returns a new instance of aQSqlDriver subclass.
© 2016 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 theGNU 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.