Qt SQL C++ Classes

Provides a driver layer, SQL API layer, and a user interface layer for SQL databases. More...

Classes

QSqlDriverCreator

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:


  #include <QtSql>

To link against the module, add this line to your qmake .pro file:


  QT += sql

See the SQL Programming guide for information about using this module in your applications.