Qt SQL C++ Classes▲
Provides a driver layer, SQL API layer, and a user interface layer for SQL databases.
Classes▲
-
QSqlDriverCreator: The QSqlDriverCreator class is a template class that provides a SQL driver factory for a specific driver type.
Detailed Description▲
To include the definitions of the module's classes, use the following directive:
Sélectionnez
#include <QtSql>
To link against the module, add this line to your qmake .pro file:
Sélectionnez
QT +=
sql
See the SQL Programming guide for information about using this module in your applications.