Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsqlquery.cpp File Reference

(55f46569f3e9688c2a07973923bfda68aa2b0c3e)

#include "qsqlquery.h"
#include "qatomic.h"
#include "qdebug.h"
#include "qloggingcategory.h"
#include "qsqlrecord.h"
#include "qsqlresult.h"
#include "qsqldriver.h"
#include "qsqldatabase.h"
#include "private/qsqlnulldriver_p.h"
#include "moc_qsqlquery.cpp"
Include dependency graph for qsqlquery.cpp:

Go to the source code of this file.

Classes

class  QSqlQueryPrivate

Functions

 Q_GLOBAL_STATIC_WITH_ARGS (QSqlNullResult, nullResult,(nullDriver())) QSqlQueryPrivate *QSqlQueryPrivate
static void qInit (QSqlQuery *q, const QString &query, const QSqlDatabase &db)

Function Documentation

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Q_GLOBAL_STATIC_WITH_ARGS ( QSqlNullResult ,
nullResult ,
(nullDriver())  )

Definition at line 39 of file qsqlquery.cpp.

◆ qInit()

void qInit ( QSqlQuery * q,
const QString & query,
const QSqlDatabase & db )
static

Definition at line 275 of file qsqlquery.cpp.