Definition at line 67 of file qsql_oci.h.
#include <qsql_oci.h>
Public Member Functions |
|
| QOCIResult (const QOCIDriver *db, const QOCIDriverPrivate *p) | |
| ~QOCIResult () | |
| bool | prepare (const QString &query) |
| bool | exec () |
| QVariant | handle () const |
Protected Member Functions |
|
| bool | gotoNext (ValueCache &values, int index) |
| bool | reset (const QString &query) |
| int | size () |
| int | numRowsAffected () |
| QSqlRecord | record () const |
| QVariant | lastInsertId () const |
| void | virtual_hook (int id, void *data) |
Friends |
|
| class | QOCIDriver |
| struct | QOCIResultPrivate |
| class | QOCICols |
| QOCIResult | ( | const QOCIDriver * | db, |
| const QOCIDriverPrivate * | p | ||
| ) |
| ~QOCIResult | ( | ) |
| bool prepare | ( | const QString & | query | ) |
| bool exec | ( | ) |
| QVariant handle | ( | ) | const |
| bool gotoNext | ( | ValueCache & | values, |
| int | index | ||
| ) | [protected] |
| bool reset | ( | const QString & | query | ) | [protected] |
| int size | ( | ) | [protected] |
| int numRowsAffected | ( | ) | [protected] |
| QSqlRecord record | ( | ) | const [protected] |
| QVariant lastInsertId | ( | ) | const [protected] |
| void virtual_hook | ( | int | id, |
| void * | data | ||
| ) | [protected] |
friend class QOCIDriver
[friend] |
Definition at line 69 of file qsql_oci.h.
friend struct QOCIResultPrivate
[friend] |
Definition at line 70 of file qsql_oci.h.
friend class QOCICols
[friend] |
Definition at line 71 of file qsql_oci.h.