Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsqlresult_p.h File Reference

(e532933a2a9ff0219f0179880e05c95e0ec5e19d)

#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:26
QObject::connect nullptr

Definition at line 28 of file qsqlresult_p.h.