QSQLiteResult Class Reference

QSQLiteResult Class Reference

#include <qsql_sqlite.h>

Class Description

Definition at line 64 of file qsql_sqlite.h.

+ Inheritance diagram for QSQLiteResult:

Public Member Functions

 QSQLiteResult (const QSQLiteDriver *db)
 
 ~QSQLiteResult ()
 
QVariant handle () const
 

Protected Member Functions

bool gotoNext (QSqlCachedResult::ValueCache &row, int idx)
 
bool reset (const QString &query)
 
bool prepare (const QString &query)
 
bool exec ()
 
int size ()
 
int numRowsAffected ()
 
QVariant lastInsertId () const
 
QSqlRecord record () const
 
void virtual_hook (int id, void *data)
 

Friends

class QSQLiteDriver
 
class QSQLiteResultPrivate
 

Constructor & Destructor Documentation

QSQLiteResult ( const QSQLiteDriver db)
explicit

Member Function Documentation

QVariant handle ( ) const
bool gotoNext ( QSqlCachedResult::ValueCache &  row,
int  idx 
)
protected
bool reset ( const QString query)
protected
bool prepare ( const QString query)
protected
bool exec ( )
protected
int size ( )
protected
int numRowsAffected ( )
protected
QVariant lastInsertId ( ) const
protected
QSqlRecord record ( ) const
protected
void virtual_hook ( int  id,
void data 
)
protected

Friends And Related Function Documentation

friend class QSQLiteDriver
friend

Definition at line 66 of file qsql_sqlite.h.

friend class QSQLiteResultPrivate
friend

Definition at line 67 of file qsql_sqlite.h.


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