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
qsqlresult_p.h File Reference

(55f46569f3e9688c2a07973923bfda68aa2b0c3e)

#include <QtSql/private/qtsqlglobal_p.h>
#include <QtCore/qpointer.h>
#include <QtCore/qhash.h>
#include "qsqlerror.h"
#include "qsqlresult.h"
#include "qsqldriver.h"
Include dependency graph for qsqlresult_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QHolder
class  QSqlResultPrivate

Macros

#define Q_DECLARE_SQLDRIVER_PRIVATE(Class)

Macro Definition Documentation

◆ Q_DECLARE_SQLDRIVER_PRIVATE

#define Q_DECLARE_SQLDRIVER_PRIVATE ( Class)
Value:
inline const Class##Private* drv_d_func() const { return !sqldriver ? nullptr : reinterpret_cast<const Class *>(static_cast<const QSqlDriver*>(sqldriver))->d_func(); } \
inline Class##Private* drv_d_func() { return !sqldriver ? nullptr : reinterpret_cast<Class *>(static_cast<QSqlDriver*>(sqldriver))->d_func(); }
The QSqlDriver class is an abstract base class for accessing specific SQL databases.
Definition qsqldriver.h:27

Definition at line 29 of file qsqlresult_p.h.