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