Home · All Classes · Modules

QSqlQuery Class Reference
[QtSql module]

Types

Methods


Detailed Description


Type Documentation

QSqlQuery.BatchExecutionMode


Method Documentation

QSqlQuery.__init__ (self, QSqlResult)

QSqlQuery.__init__ (self, QString query = QString(), QSqlDatabase db = QSqlDatabase())

QSqlQuery.__init__ (self, QSqlDatabase)

QSqlQuery.__init__ (self, QSqlQuery)

QSqlQuery.addBindValue (self, QVariant, QSql.ParamType type = QSql.In)

int QSqlQuery.at (self)

QSqlQuery.bindValue (self, QString, QVariant, QSql.ParamType type = QSql.In)

QSqlQuery.bindValue (self, int, QVariant, QSql.ParamType type = QSql.In)

QVariant QSqlQuery.boundValue (self, QString)

QVariant QSqlQuery.boundValue (self, int)

dict-of-QString-QVariant QSqlQuery.boundValues (self)

QSqlQuery.clear (self)

QSqlDriver QSqlQuery.driver (self)

bool QSqlQuery.exec_ (self, QString)

bool QSqlQuery.exec_ (self)

bool QSqlQuery.execBatch (self, BatchExecutionMode mode = QSqlQuery.ValuesAsRows)

QString QSqlQuery.executedQuery (self)

QSqlQuery.finish (self)

bool QSqlQuery.first (self)

bool QSqlQuery.isActive (self)

bool QSqlQuery.isForwardOnly (self)

bool QSqlQuery.isNull (self, int)

bool QSqlQuery.isSelect (self)

bool QSqlQuery.isValid (self)

bool QSqlQuery.last (self)

QSqlError QSqlQuery.lastError (self)

QVariant QSqlQuery.lastInsertId (self)

QString QSqlQuery.lastQuery (self)

bool QSqlQuery.next (self)

bool QSqlQuery.nextResult (self)

QSql.NumericalPrecisionPolicy QSqlQuery.numericalPrecisionPolicy (self)

int QSqlQuery.numRowsAffected (self)

bool QSqlQuery.prepare (self, QString)

bool QSqlQuery.previous (self)

QSqlRecord QSqlQuery.record (self)

QSqlResult QSqlQuery.result (self)

bool QSqlQuery.seek (self, int, bool relative = False)

QSqlQuery.setForwardOnly (self, bool)

QSqlQuery.setNumericalPrecisionPolicy (self, QSql.NumericalPrecisionPolicy)

int QSqlQuery.size (self)

QVariant QSqlQuery.value (self, int)


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