QSql Namespace Reference


Enumerations

enum  Location
enum  ParamTypeFlag
enum  TableType


Enumeration Type Documentation

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

Definition at line 44 of file qsql.h.

00044                        {
00045         In = 0x00000001,
00046         Out = 0x00000002,
00047         InOut = In | Out,
00048         Binary = 0x00000004
00049     };

enum QSql::TableType

Definition at line 52 of file qsql.h.

00052                    {
00053         Tables = 0x01,
00054         SystemTables = 0x02,
00055         Views = 0x04,
00056         AllTables = 0xff
00057     };


Generated on Thu Mar 15 20:50:26 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1