![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QSqlQueryPrivate (QSqlResult *result) | |
~QSqlQueryPrivate () | |
QSqlQueryPrivate (QSqlResult *result) | |
~QSqlQueryPrivate () |
Static Public Member Functions | |
static QSqlQueryPrivate * | shared_null () |
static QSqlQueryPrivate * | shared_null () |
Public Attributes | |
QAtomicInt | ref |
QSqlResult * | sqlResult |
Definition at line 26 of file qsqlquery.cpp.
QSqlQueryPrivate::QSqlQueryPrivate | ( | QSqlResult * | result | ) |
Definition at line 51 of file qsqlquery.cpp.
QSqlQueryPrivate::~QSqlQueryPrivate | ( | ) |
Definition at line 58 of file qsqlquery.cpp.
QSqlQueryPrivate::QSqlQueryPrivate | ( | QSqlResult * | result | ) |
QSqlQueryPrivate::~QSqlQueryPrivate | ( | ) |
|
static |
|
static |
QAtomicInt QSqlQueryPrivate::ref |
Definition at line 31 of file qsqlquery.cpp.
QSqlResult * QSqlQueryPrivate::sqlResult |
Definition at line 32 of file qsqlquery.cpp.