QSqlResult Class Reference
[QtSql module]
Types
Methods
- __init__ (self, QSqlDriver)
- addBindValue (self, QVariant, QSql.ParamType)
- int at (self)
- BindingSyntax bindingSyntax (self)
- bindValue (self, int, QVariant, QSql.ParamType)
- bindValue (self, QString, QVariant, QSql.ParamType)
- QSql.ParamType bindValueType (self, QString)
- QSql.ParamType bindValueType (self, int)
- QVariant boundValue (self, QString)
- QVariant boundValue (self, int)
- int boundValueCount (self)
- QString boundValueName (self, int)
- list-of-QVariant boundValues (self)
- clear (self)
- QVariant data (self, int)
- QSqlDriver driver (self)
- bool exec_ (self)
- QString executedQuery (self)
- bool fetch (self, int)
- bool fetchFirst (self)
- bool fetchLast (self)
- bool fetchNext (self)
- bool fetchPrevious (self)
- QVariant handle (self)
- bool hasOutValues (self)
- bool isActive (self)
- bool isForwardOnly (self)
- bool isNull (self, int)
- bool isSelect (self)
- bool isValid (self)
- QSqlError lastError (self)
- QVariant lastInsertId (self)
- QString lastQuery (self)
- int numRowsAffected (self)
- bool prepare (self, QString)
- QSqlRecord record (self)
- bool reset (self, QString)
- bool savePrepare (self, QString)
- setActive (self, bool)
- setAt (self, int)
- setForwardOnly (self, bool)
- setLastError (self, QSqlError)
- setQuery (self, QString)
- setSelect (self, bool)
- int size (self)
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.