Enumerations | |
| enum | Location |
| enum | ParamTypeFlag |
| enum | TableType |
| enum QSql::Location |
Definition at line 35 of file qsql.h.
00035 { 00036 BeforeFirstRow = -1, 00037 AfterLastRow = -2 00038 #ifdef QT3_SUPPORT 00039 , BeforeFirst = BeforeFirstRow, 00040 AfterLast = AfterLastRow 00041 #endif 00042 };
| enum QSql::ParamTypeFlag |
| enum QSql::TableType |
1.5.1