#include </home/clem/local/src/opie/libopie2/opiedb/osqltable.h>
Collaboration diagram for Opie::DB::OSQLTableItem:

Public Types | |
| typedef QValueList< OSQLTableItem > | ValueList |
| enum | Type { Undefined = -1, Integer = 0, BigInteger = 1, Float = 2, VarChar = 4 } |
Public Member Functions | |
| OSQLTableItem () | |
| OSQLTableItem (enum Type type, const QString &fieldName, const QVariant &var=QVariant()) | |
| OSQLTableItem (const OSQLTableItem &) | |
| ~OSQLTableItem () | |
| OSQLTableItem & | operator= (const OSQLTableItem &) |
| QString | fieldName () const |
| Type | type () const |
| QVariant | more () const |
Private Attributes | |
| OSQLTableItemPrivate * | d |
| Type | m_type |
| QString | m_field |
| QVariant | m_var |
Definition at line 14 of file osqltable.h.
|
|
Definition at line 16 of file osqltable.h. |
|
|
Type kinds ( to be extended ) Definition at line 20 of file osqltable.h. |
|
|
A constructor
Definition at line 5 of file osqltable.cpp. |
|
||||||||||||||||
|
Definition at line 6 of file osqltable.cpp. |
|
|
copy c'tor Definition at line 14 of file osqltable.cpp. |
|
|
d'tor Definition at line 13 of file osqltable.cpp. |
|
|
the fieldName Definition at line 23 of file osqltable.cpp. References m_field. |
|
|
Definition at line 29 of file osqltable.cpp. References m_var. |
|
|
Definition at line 17 of file osqltable.cpp. |
|
|
the field Type Definition at line 26 of file osqltable.cpp. References m_type. |
|
|
Definition at line 56 of file osqltable.h. |
|
|
Definition at line 59 of file osqltable.h. Referenced by fieldName(), and operator=(). |
|
|
Definition at line 58 of file osqltable.h. Referenced by operator=(), and type(). |
|
|
Definition at line 60 of file osqltable.h. Referenced by more(), and operator=(). |
1.4.2