Eneboo - Documentación para desarrolladores
|
#include <qsql_sqlite.h>
Métodos públicos | |
QSQLiteResult (const QSQLiteDriver *db) | |
~QSQLiteResult () | |
Métodos protegidos | |
bool | gotoNext (QtSqlCachedResult::RowCache *row) |
bool | reset (const QString &query) |
int | size () |
int | numRowsAffected () |
Amigas | |
class | QSQLiteDriver |
class | QSQLiteResultPrivate |
QSQLiteResult::QSQLiteResult | ( | const QSQLiteDriver * | db | ) |
QSQLiteResult::~QSQLiteResult | ( | ) |
bool QSQLiteResult::gotoNext | ( | QtSqlCachedResult::RowCache * | row | ) | [protected, virtual] |
Implementa QtSqlCachedResult.
int QSQLiteResult::numRowsAffected | ( | ) | [protected, virtual] |
Returns the number of rows affected by the last query executed.
Implementa QSqlResult.
Sets the result to use the SQL statement query for subsequent data retrieval. Derived classes must reimplement this function and apply the query to the database. This function is called only after the result is set to an inactive state and is positioned before the first record of the new result. Derived classes should return TRUE if the query was successful and ready to be used, or FALSE otherwise.
Implementa QSqlResult.
int QSQLiteResult::size | ( | ) | [protected, virtual] |
Returns the size of the result or -1 if it cannot be determined.
Implementa QSqlResult.
friend class QSQLiteDriver [friend] |
friend class QSQLiteResultPrivate [friend] |