Qt SQL C++ Classes

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

Namespaces

QSql

Contains miscellaneous identifiers used throughout the Qt SQL module

Classes

QSqlDatabase

Handles a connection to a database

QSqlDriverCreator

Template class that provides a SQL driver factory for a specific driver type

QSqlDriverCreatorBase

The base class for SQL driver factories

QSqlError

SQL database error information

QSqlField

Manipulates the fields in SQL database tables and views

QSqlIndex

Functions to manipulate and describe database indexes

QSqlQuery

Means of executing and manipulating SQL statements

QSqlRecord

Encapsulates a database record

QSqlRelationalDelegate

Delegate that is used to display and edit data from a QSqlRelationalTableModel

QSqlResult

Abstract interface for accessing data from specific SQL databases

Detailed Description

The Qt SQL page contains information about how to use the module.