#include <sqldatabase.h>
Definition at line 27 of file sqldatabase.h.
◆ SqlQueryJob() [1/2]
SqlQueryJob::SqlQueryJob |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ SqlQueryJob() [2/2]
SqlQueryJob::SqlQueryJob |
( |
const QString & |
query, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ addBindValue()
void SqlQueryJob::addBindValue |
( |
const QVariant & |
value | ) |
|
◆ error()
QSqlError SqlQueryJob::error |
( |
| ) |
const |
◆ finished
◆ lastInsertId()
QVariant SqlQueryJob::lastInsertId |
( |
| ) |
const |
◆ numRowsAffected()
int SqlQueryJob::numRowsAffected |
( |
| ) |
const |
◆ records()
QVector< QSqlRecord > SqlQueryJob::records |
( |
| ) |
const |
◆ setQuery()
void SqlQueryJob::setQuery |
( |
const QString & |
query | ) |
|
◆ start()
void SqlQueryJob::start |
( |
| ) |
|
The documentation for this class was generated from the following files: