Definition at line 82 of file qsql_odbc.h.
#include <qsql_odbc.h>

Public Member Functions |
|
| QODBCResult (const QODBCDriver *db, QODBCDriverPrivate *p) | |
| virtual | ~QODBCResult () |
| bool | prepare (const QString &query) |
| bool | exec () |
| QVariant | handle () const |
| virtual void | setForwardOnly (bool forward) |
Protected Member Functions |
|
| bool | fetchNext () |
| bool | fetchFirst () |
| bool | fetchLast () |
| bool | fetchPrevious () |
| bool | fetch (int i) |
| bool | reset (const QString &query) |
| QVariant | data (int field) |
| bool | isNull (int field) |
| int | size () |
| int | numRowsAffected () |
| QSqlRecord | record () const |
| void | virtual_hook (int id, void *data) |
| bool | nextResult () |
| QODBCResult | ( | const QODBCDriver * | db, |
| QODBCDriverPrivate * | p | ||
| ) |
| virtual ~QODBCResult | ( | ) | [virtual] |
| bool prepare | ( | const QString & | query | ) | [virtual] |
Reimplemented from QSqlResult.
| bool exec | ( | ) | [virtual] |
Reimplemented from QSqlResult.
| QVariant handle | ( | ) | const [virtual] |
Reimplemented from QSqlResult.
| virtual void setForwardOnly | ( | bool | forward | ) | [virtual] |
Reimplemented from QSqlResult.
| bool fetchNext | ( | ) | [protected, virtual] |
Reimplemented from QSqlResult.
| bool fetchFirst | ( | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchLast | ( | ) | [protected, virtual] |
Implements QSqlResult.
| bool fetchPrevious | ( | ) | [protected, virtual] |
Reimplemented from QSqlResult.
| bool fetch | ( | int | i | ) | [protected, virtual] |
Implements QSqlResult.
| bool reset | ( | const QString & | query | ) | [protected, virtual] |
Implements QSqlResult.
| QVariant data | ( | int | field | ) | [protected, virtual] |
Implements QSqlResult.
| bool isNull | ( | int | field | ) | [protected, virtual] |
Implements QSqlResult.
| int size | ( | ) | [protected, virtual] |
Implements QSqlResult.
| int numRowsAffected | ( | ) | [protected, virtual] |
Implements 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.