#include <qsql_ibase.h>
Definition at line 57 of file qsql_ibase.h.
Public Member Functions | |
QIBaseResult (const QIBaseDriver *db) | |
virtual | ~QIBaseResult () |
bool | prepare (const QString &query) |
bool | exec () |
QVariant | handle () const |
Protected Member Functions | |
bool | gotoNext (QSqlCachedResult::ValueCache &row, int rowIdx) |
bool | reset (const QString &query) |
int | size () |
int | numRowsAffected () |
QSqlRecord | record () const |
Friends | |
class | QIBaseResultPrivate |
|
explicit |
|
virtual |
bool prepare | ( | const QString & | query | ) |
bool exec | ( | ) |
QVariant handle | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
friend |
Definition at line 59 of file qsql_ibase.h.