NAME
Qt::Sql::QSqlQuery
PUBLIC METHODS
- QSqlQuery()
- QSqlQuery()
- QSqlQuery()
- QSqlQuery(, )
- QSqlQuery(, = QSqlDatabase())
- QSqlQuery( = QString(), = QSqlDatabase())
- ~QSqlQuery()
- void addBindValue(, )
- void addBindValue(, = QSql::In)
- int at()
- void bindValue(, , )
- void bindValue(, , = QSql::In)
- void bindValue(, , )
- void bindValue(, , = QSql::In)
- QVariant boundValue()
- QVariant boundValue()
- void clear()
- const QSqlDriver * driver()
- bool exec()
- bool exec()
- bool execBatch()
- bool execBatch( = QSqlQuery::ValuesAsRows)
- QString executedQuery()
- void finish()
- bool first()
- bool isActive()
- bool isForwardOnly()
- bool isNull()
- bool isSelect()
- bool isValid()
- bool last()
- QSqlError lastError()
- QVariant lastInsertId()
- QString lastQuery()
- bool next()
- bool nextResult()
- int numRowsAffected()
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy()
- QSqlQuery & operator=()
- bool prepare()
- bool previous()
- QSqlRecord record()
- const QSqlResult * result()
- bool seek(, )
- bool seek(, = false)
- void setForwardOnly()
- void setNumericalPrecisionPolicy()
- int size()
- QVariant value()
ENUM VALUES
- ValuesAsRows
- ValuesAsColumns
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.