#include <QtCore/qglobal.h>
Go to the source code of this file.
|
enum | QSql::Location { QSql::BeforeFirstRow = -1,
QSql::AfterLastRow = -2
} |
|
enum | QSql::NumericalPrecisionPolicy { QSql::LowPrecisionInt32 = 0x01,
QSql::LowPrecisionInt64 = 0x02,
QSql::LowPrecisionDouble = 0x04,
QSql::HighPrecision = 0
} |
|
enum | QSql::ParamTypeFlag { QSql::In = 0x00000001,
QSql::Out = 0x00000002,
QSql::InOut = In | Out,
QSql::Binary = 0x00000004
} |
|
enum | QSql::TableType { QSql::Tables = 0x01,
QSql::SystemTables = 0x02,
QSql::Views = 0x04,
QSql::AllTables = 0xff
} |
|