|
|
DBCursor ( void )
| DBCursor |
void addnew ( void )
| addnew |
[slot]
void update ( void )
| update |
[slot]
void row_delete ( void )
| row_delete |
[slot]
QVariant * getvalue ( QString *column_name )
| getvalue |
[slot]
void setvalue ( QString *column_name, QVariant *vptr )
| setvalue |
[slot]
void seek ( int newposint )
| seek |
[slot]
void movelast ( void )
| movelast |
[slot]
void movenext ( void )
| movenext |
[slot]
void movefirst ( void )
| movefirst |
[slot]
void moveprev ( void )
| moveprev |
[slot]
int eof ( void )
| eof |
[slot]
void open ( DBConnection *db_conn, QString *table_name )
| open |
[slot]
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |