Home · All Classes · Modules

QSqlResult Class Reference
[QtSql module]

Types

Methods


Detailed Description


Type Documentation

QSqlResult.BindingSyntax


Method Documentation

QSqlResult.__init__ (self, QSqlDriver)

QSqlResult.addBindValue (self, QVariant, QSql.ParamType)

int QSqlResult.at (self)

BindingSyntax QSqlResult.bindingSyntax (self)

QSqlResult.bindValue (self, int, QVariant, QSql.ParamType)

QSqlResult.bindValue (self, QString, QVariant, QSql.ParamType)

QSql.ParamType QSqlResult.bindValueType (self, QString)

QSql.ParamType QSqlResult.bindValueType (self, int)

QVariant QSqlResult.boundValue (self, QString)

QVariant QSqlResult.boundValue (self, int)

int QSqlResult.boundValueCount (self)

QString QSqlResult.boundValueName (self, int)

list-of-QVariant QSqlResult.boundValues (self)

QSqlResult.clear (self)

QVariant QSqlResult.data (self, int)

This method is abstract and should be reimplemented in any sub-class.

QSqlDriver QSqlResult.driver (self)

bool QSqlResult.exec_ (self)

QString QSqlResult.executedQuery (self)

bool QSqlResult.fetch (self, int)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.fetchFirst (self)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.fetchLast (self)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.fetchNext (self)

bool QSqlResult.fetchPrevious (self)

QVariant QSqlResult.handle (self)

bool QSqlResult.hasOutValues (self)

bool QSqlResult.isActive (self)

bool QSqlResult.isForwardOnly (self)

bool QSqlResult.isNull (self, int)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.isSelect (self)

bool QSqlResult.isValid (self)

QSqlError QSqlResult.lastError (self)

QVariant QSqlResult.lastInsertId (self)

QString QSqlResult.lastQuery (self)

int QSqlResult.numRowsAffected (self)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.prepare (self, QString)

QSqlRecord QSqlResult.record (self)

bool QSqlResult.reset (self, QString)

This method is abstract and should be reimplemented in any sub-class.

bool QSqlResult.savePrepare (self, QString)

QSqlResult.setActive (self, bool)

QSqlResult.setAt (self, int)

QSqlResult.setForwardOnly (self, bool)

QSqlResult.setLastError (self, QSqlError)

QSqlResult.setQuery (self, QString)

QSqlResult.setSelect (self, bool)

int QSqlResult.size (self)

This method is abstract and should be reimplemented in any sub-class.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0