Class Summary |
QSql.Location |
This enum describes the various logical positions that can be specified by the devPoints and screenPoints variables. |
QSql.NumericalPrecisionPolicy |
This enum type describes at which precision levels numercial values are read from a database. |
QSql.ParamType |
This is a flags class for com.trolltech.qt.sql.QSql.ParamTypeFlag |
QSql.ParamTypeFlag |
This enum is used to specify the type of a bind parameter. |
QSql.TableType |
This enum type describes types of SQL tables. |
QSqlDatabase |
The QSqlDatabase class represents a connection to a database. |
QSqlDriver |
The QSqlDriver class is an abstract base class for accessing specific SQL databases. |
QSqlDriver.DriverFeature |
This enum contains a list of features a driver might support. |
QSqlDriver.IdentifierType |
This enum contains a list of SQL identifier types. |
QSqlDriver.StatementType |
This enum contains a list of SQL statement (or clause) types the driver can create. |
QSqlDriverCreatorBase |
The QSqlDriverCreatorBase class is the base class for SQL driver factories. |
QSqlError |
The QSqlError class provides SQL database error information. |
QSqlError.ErrorType |
This enum type describes the context in which the error occurred, e.g., a connection error, a statement error, etc. |
QSqlField |
The QSqlField class manipulates the fields in SQL database tables and views. |
QSqlField.RequiredStatus |
Specifies whether the field is required or optional. |
QSqlIndex |
The QSqlIndex class provides functions to manipulate and describe database indexes. |
QSqlQuery |
The QSqlQuery class provides a means of executing and manipulating SQL statements. |
QSqlQuery.BatchExecutionMode |
|
QSqlQueryModel |
The QSqlQueryModel class provides a read-only data model for SQL result sets. |
QSqlRecord |
The QSqlRecord class encapsulates a database record. |
QSqlRelation |
The QSqlRelation class stores information about an SQL foreign key. |
QSqlRelationalTableModel |
The QSqlRelationalTableModel class provides an editable data model for a single database table, with foreign key support. |
QSqlResult |
The QSqlResult class provides an abstract interface for accessing data from specific SQL databases. |
QSqlResult.BindingSyntax |
This enum type specifies the different syntaxes for specifying placeholders in prepared queries. |
QSqlResult.VirtualHookOperation |
|
QSqlTableModel |
The QSqlTableModel class provides an editable data model for a single database table. |
QSqlTableModel.EditStrategy |
This enum type describes which strategy to choose when editing values in the database. |