![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"
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) |
Q_GLOBAL_STATIC_WITH_ARGS | ( | QSqlNullResult | , |
nullResult | , | ||
(nullDriver()) | ) |
Definition at line 39 of file qsqlquery.cpp.
|
static |
Definition at line 275 of file qsqlquery.cpp.