QSqlResult
#include <QtSql/QSqlResult>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QSqlResult
Overview
Inheritance
QSqlResult | |||||||||||
QDB2Result | |||||||||||
QMYSQLResult | |||||||||||
QODBCResult | |||||||||||
QPSQLResult | |||||||||||
QSymSQLResult |
Public Functions Index
virtual | ~QSqlResult () |
virtual QVariant | handle () const |
Protected Functions Index
QSqlResult (const QSqlDriver *db) | |
void | addBindValue (const QVariant &val, QSql::ParamType type) |
int | at () const |
BindingSyntax | bindingSyntax () const |
virtual void | bindValue (int pos, const QVariant &val, QSql::ParamType type) |
virtual void | bindValue (const QString &placeholder, const QVariant &val, QSql::ParamType type) |
QSql::ParamType | bindValueType (const QString &placeholder) const |
QSql::ParamType | bindValueType (int pos) const |
QVariant | boundValue (const QString &placeholder) const |
QVariant | boundValue (int pos) const |
int | boundValueCount () const |
QString | boundValueName (int pos) const |
QVector< QVariant > & | boundValues () const |
void | clear () |
QVariant | data (int i)=0 |
void | detachFromResultSet () |
const QSqlDriver * | driver () const |
virtual bool | exec () |
bool | execBatch (bool arrayBind=false) |
QString | executedQuery () const |
bool | fetch (int i)=0 |
bool | fetchFirst ()=0 |
bool | fetchLast ()=0 |
virtual bool | fetchNext () |
virtual bool | fetchPrevious () |
bool | hasOutValues () const |
bool | isActive () const |
bool | isForwardOnly () const |
bool | isNull (int i)=0 |
bool | isSelect () const |
bool | isValid () const |
QSqlError | lastError () const |
virtual QVariant | lastInsertId () const |
QString | lastQuery () const |
bool | nextResult () |
QSql::NumericalPrecisionPolicy | numericalPrecisionPolicy () const |
int | numRowsAffected ()=0 |
virtual bool | prepare (const QString &query) |
virtual QSqlRecord | record () const |
bool | reset (const QString &sqlquery)=0 |
virtual bool | savePrepare (const QString &sqlquery) |
virtual void | setActive (bool a) |
virtual void | setAt (int at) |
virtual void | setForwardOnly (bool forward) |
virtual void | setLastError (const QSqlError &e) |
void | setNumericalPrecisionPolicy (QSql::NumericalPrecisionPolicy policy) |
virtual void | setQuery (const QString &query) |
virtual void | setSelect (bool s) |
int | size ()=0 |
virtual void | virtual_hook (int id, void *data) |
Public Functions
virtual
Destructor.
virtualQVariant
Protected Functions
void
int
BindingSyntax
virtual void
virtual void
QSql::ParamType
QSql::ParamType
int
void
void
const QSqlDriver *
virtual bool
bool
bool
bool
bool
virtual bool
virtual bool
bool
bool
bool
bool
bool
bool
virtualQVariant
bool
QSql::NumericalPrecisionPolicy
int
virtual bool
virtualQSqlRecord
bool
virtual bool
virtual void
virtual void
virtual void
virtual void
void
virtual void
virtual void
int
virtual void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy