QOCIResult Class Reference

#include <qsql_oci.h>

Class Description

Definition at line 67 of file qsql_oci.h.

+ Inheritance diagram for QOCIResult:

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
 

Constructor & Destructor Documentation

QOCIResult ( const QOCIDriver db,
const QOCIDriverPrivate *  p 
)
~QOCIResult ( )

Member Function Documentation

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

Friends And Related Function Documentation

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.


The documentation for this class was generated from the following file: