Definition at line 64 of file qsql_sqlite.h.
#include <qsql_sqlite.h>
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 |
| QSQLiteResult | ( | const QSQLiteDriver * | db | ) | [explicit] |
| ~QSQLiteResult | ( | ) |
| 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] |
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.