![]() |
Qt 6.x
The Qt SDK
|
#include <QSqlDatabase>
#include <QSqlQuery>
#include <QSqlDriver>
#include <QSqlResult>
#include <QVariant>
#include <QDebug>
Go to the source code of this file.
Functions | |
void | testProc () |
void | callStoredProc () |
void | setHost () |
void | exProc () |
void | updTable2 () |
void | callOutProc () |
void callOutProc | ( | ) |
[40]
[40]
Definition at line 81 of file doc_src_sql-driver.cpp.
References db, QSql::InOut, and QSql::Out.
void callStoredProc | ( | ) |
void exProc | ( | ) |
void setHost | ( | ) |
[24]
[24]
Definition at line 31 of file doc_src_sql-driver.cpp.
References db.
Referenced by QUrlPrivate::setAuthority(), and QUrlPrivate::setHost().
void testProc | ( | ) |
void updTable2 | ( | ) |
[37]
[37]
Definition at line 63 of file doc_src_sql-driver.cpp.
References db, QSqlQuery::exec(), QSqlQuery::next(), QSqlQuery::setForwardOnly(), QVariant::toInt(), and QSqlQuery::value().