Definition at line 69 of file qsql_mysql.h.
#include <qsql_mysql.h>

Public Member Functions |
|
| QMYSQLResult (const QMYSQLDriver *db) | |
| ~QMYSQLResult () | |
| QVariant | handle () const |
Protected Member Functions |
|
| void | cleanup () |
| bool | fetch (int i) |
| bool | fetchNext () |
| bool | fetchLast () |
| bool | fetchFirst () |
| QVariant | data (int field) |
| bool | isNull (int field) |
| bool | reset (const QString &query) |
| int | size () |
| int | numRowsAffected () |
| QVariant | lastInsertId () const |
| QSqlRecord | record () const |
| void | virtual_hook (int id, void *data) |
| bool | nextResult () |
Friends |
|
| class | QMYSQLDriver |
| class | QMYSQLResultPrivate |
| QMYSQLResult | ( | const QMYSQLDriver * | db | ) | [explicit] |
| ~QMYSQLResult | ( | ) |
| QVariant handle | ( | ) | const [virtual] |
Reimplemented from QSqlResult.
| void cleanup | ( | ) | [protected] |
| bool fetch | ( | int | i | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchNext | ( | ) | [protected, virtual] |
Reimplemented from QSqlResult.
| bool fetchLast | ( | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchFirst | ( | ) | [protected, virtual] |
Implements QSqlResult.
| QVariant data | ( | int | field | ) | [protected, virtual] |
Implements QSqlResult.
| bool isNull | ( | int | field | ) | [protected, virtual] |
Implements QSqlResult.
| bool reset | ( | const QString & | query | ) | [protected, virtual] |
Implements QSqlResult.
| int size | ( | ) | [protected, virtual] |
Implements QSqlResult.
| int numRowsAffected | ( | ) | [protected, virtual] |
Implements QSqlResult.
| QVariant lastInsertId | ( | ) | const [protected, virtual] |
Reimplemented from QSqlResult.
| QSqlRecord record | ( | ) | const [protected, virtual] |
Reimplemented from QSqlResult.
| void virtual_hook | ( | int | id, |
| void * | data | ||
| ) | [protected, virtual] |
Reimplemented from QSqlResult.
| bool nextResult | ( | ) | [protected] |
Reimplemented from QSqlResult.
friend class QMYSQLDriver
[friend] |
Definition at line 71 of file qsql_mysql.h.
friend class QMYSQLResultPrivate
[friend] |
Definition at line 72 of file qsql_mysql.h.