Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsqlresult_p.h File Reference
#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:25
QObject::connect nullptr

Definition at line 28 of file qsqlresult_p.h.