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

Public Types | |
| typedef QValueList< OSQLTable > | ValueList |
Public Member Functions | |
| OSQLTable (const QString &tableName=QString::null) | |
| ~OSQLTable () | |
| void | setColumns (const OSQLTableItem::ValueList &) |
| OSQLTableItem::ValueList | columns () const |
| QString | tableName () const |
Private Attributes | |
| QString | m_table |
| OSQLTableItem::ValueList | m_list |
| Private * | d |
Definition at line 66 of file osqltable.h.
|
|
Definition at line 68 of file osqltable.h. |
|
|
Definition at line 33 of file osqltable.cpp. |
|
|
d'tor Definition at line 38 of file osqltable.cpp. |
|
|
returns all columns of the table Definition at line 43 of file osqltable.cpp. References m_list. |
|
|
setColumns sets the Columns of the Table Definition at line 40 of file osqltable.cpp. References m_list. |
|
|
Definition at line 46 of file osqltable.cpp. References m_table. |
|
|
Definition at line 95 of file osqltable.h. |
|
|
Definition at line 94 of file osqltable.h. Referenced by columns(), and setColumns(). |
|
|
Definition at line 93 of file osqltable.h. Referenced by tableName(). |
1.4.2