Definition at line 66 of file qsql_psql.h.
#include <qsql_psql.h>

Public Member Functions |
|
| QPSQLResult (const QPSQLDriver *db, const QPSQLDriverPrivate *p) | |
| ~QPSQLResult () | |
| QVariant | handle () const |
| void | virtual_hook (int id, void *data) |
Protected Member Functions |
|
| void | cleanup () |
| bool | fetch (int i) |
| bool | fetchFirst () |
| bool | fetchLast () |
| QVariant | data (int i) |
| bool | isNull (int field) |
| bool | reset (const QString &query) |
| int | size () |
| int | numRowsAffected () |
| QSqlRecord | record () const |
| QVariant | lastInsertId () const |
| bool | prepare (const QString &query) |
| bool | exec () |
Friends |
|
| class | QPSQLResultPrivate |
| QPSQLResult | ( | const QPSQLDriver * | db, |
| const QPSQLDriverPrivate * | p | ||
| ) |
| ~QPSQLResult | ( | ) |
| QVariant handle | ( | ) | const [virtual] |
Reimplemented from QSqlResult.
| void virtual_hook | ( | int | id, |
| void * | data | ||
| ) | [virtual] |
Reimplemented from QSqlResult.
| void cleanup | ( | ) | [protected] |
| bool fetch | ( | int | i | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchFirst | ( | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchLast | ( | ) | [protected, virtual] |
Implements QSqlResult.
| QVariant data | ( | int | i | ) | [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.
| QSqlRecord record | ( | ) | const [protected, virtual] |
Reimplemented from QSqlResult.
| QVariant lastInsertId | ( | ) | const [protected, virtual] |
Reimplemented from QSqlResult.
| bool prepare | ( | const QString & | query | ) | [protected, virtual] |
Reimplemented from QSqlResult.
| bool exec | ( | ) | [protected, virtual] |
Reimplemented from QSqlResult.
friend class QPSQLResultPrivate
[friend] |
Definition at line 68 of file qsql_psql.h.