Enumerations |
|
| enum | Location { BeforeFirstRow = -1, AfterLastRow = -2 } |
| enum | ParamTypeFlag { In = 0x00000001, Out = 0x00000002, InOut = In | Out, Binary = 0x00000004 } |
| enum | TableType { Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff } |
| enum | NumericalPrecisionPolicy { LowPrecisionInt32 = 0x01, LowPrecisionInt64 = 0x02, LowPrecisionDouble = 0x04, HighPrecision = 0 } |
| enum Location |
Definition at line 55 of file qsql.h.
{
BeforeFirstRow = -1,
AfterLastRow = -2
#ifdef QT3_SUPPORT
, BeforeFirst = BeforeFirstRow,
AfterLast = AfterLastRow
#endif
};
| enum ParamTypeFlag |
| enum TableType |
Definition at line 82 of file qsql.h.
{
LowPrecisionInt32 = 0x01,
LowPrecisionInt64 = 0x02,
LowPrecisionDouble = 0x04,
HighPrecision = 0
};