Eneboo - Documentación para desarrolladores
|
The QSql class is a namespace for Qt SQL identifiers that need to be global-like. Más...
#include <qsql.h>
Tipos públicos | |
enum | Op { None = -1, Insert = 0, Update = 1, Delete = 2, None = -1, Insert = 0, Update = 1, Delete = 2 } |
enum | Location { BeforeFirst = -1, AfterLast = -2, BeforeFirst = -1, AfterLast = -2 } |
enum | Confirm { Cancel = -1, No = 0, Yes = 1, Cancel = -1, No = 0, Yes = 1 } |
enum | ParameterType { In = 1, Out = 2, InOut = 3, In = 1, Out = 2, InOut = 3 } |
enum | TableType { Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff, Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff } |
enum | Op { None = -1, Insert = 0, Update = 1, Delete = 2, None = -1, Insert = 0, Update = 1, Delete = 2 } |
enum | Location { BeforeFirst = -1, AfterLast = -2, BeforeFirst = -1, AfterLast = -2 } |
enum | Confirm { Cancel = -1, No = 0, Yes = 1, Cancel = -1, No = 0, Yes = 1 } |
enum | ParameterType { In = 1, Out = 2, InOut = 3, In = 1, Out = 2, InOut = 3 } |
enum | TableType { Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff, Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff } |
Métodos públicos | |
QSql () | |
QSql () |
The QSql class is a namespace for Qt SQL identifiers that need to be global-like.
sql
Normally, you can ignore this class. Several Qt SQL classes inherit it, so all the identifiers in the Qt SQL namespace are visible without qualification.
enum QSql::Confirm |
enum QSql::Confirm |
enum QSql::Location |
enum QSql::Location |
enum QSql::Op |
enum QSql::Op |
enum QSql::ParameterType |
enum QSql::ParameterType |
This enum is used to set the type of a bind parameter
In the bind parameter is used to put data into the database Out the bind parameter is used to receive data from the database InOut the bind parameter is used to put data into the database; it will be overwritten with output data on executing a query.
enum QSql::TableType |
enum QSql::TableType |
QSql::QSql | ( | ) | [inline] |
Constructs a Qt SQL namespace class
QSql::QSql | ( | ) | [inline] |