![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions inherited from QObjectPrivate | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1, typename Func2> | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1, typename Func2> | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 122 of file qsql_psql.cpp.
|
inline |
Definition at line 126 of file qsql_psql.cpp.
References seid.
|
inline |
Definition at line 126 of file qsql_psql.cpp.
void QPSQLDriverPrivate::appendTables | ( | QStringList & | tl, |
QSqlQuery & | t, | ||
QChar | type ) |
Definition at line 156 of file qsql_psql.cpp.
void QPSQLDriverPrivate::appendTables | ( | QStringList & | tl, |
QSqlQuery & | t, | ||
QChar | type ) |
void QPSQLDriverPrivate::checkPendingNotifications | ( | ) | const |
Definition at line 250 of file qsql_psql.cpp.
References pendingNotifyCheck.
Referenced by exec(), and getResult().
void QPSQLDriverPrivate::checkPendingNotifications | ( | ) | const |
void QPSQLDriverPrivate::detectBackslashEscape | ( | ) |
Definition at line 973 of file qsql_psql.cpp.
References exec(), and hasBackslashEscape.
void QPSQLDriverPrivate::detectBackslashEscape | ( | ) |
void QPSQLDriverPrivate::discardResults | ( | ) | const |
Definition at line 236 of file qsql_psql.cpp.
References connection.
Referenced by finishQuery(), and sendQuery().
void QPSQLDriverPrivate::discardResults | ( | ) | const |
PGresult * QPSQLDriverPrivate::exec | ( | const char * | stmt | ) |
Definition at line 175 of file qsql_psql.cpp.
References checkPendingNotifications(), connection, currentStmtId, generateStatementId(), and InvalidStatementId.
Referenced by detectBackslashEscape(), exec(), getPSQLVersion(), setByteaOutput(), setDatestyle(), setEncodingUtf8(), and setUtcTimeZone().
PGresult * QPSQLDriverPrivate::exec | ( | const char * | stmt | ) |
Definition at line 184 of file qsql_psql.cpp.
References exec().
void QPSQLDriverPrivate::finishQuery | ( | StatementId | stmtId | ) |
Definition at line 228 of file qsql_psql.cpp.
References currentStmtId, discardResults(), and InvalidStatementId.
void QPSQLDriverPrivate::finishQuery | ( | StatementId | stmtId | ) |
StatementId QPSQLDriverPrivate::generateStatementId | ( | ) |
Definition at line 242 of file qsql_psql.cpp.
References stmtCount.
Referenced by exec(), and sendQuery().
StatementId QPSQLDriverPrivate::generateStatementId | ( | ) |
QPSQLDriver::Protocol QPSQLDriverPrivate::getPSQLVersion | ( | ) |
Definition at line 1083 of file qsql_psql.cpp.
References exec().
QPSQLDriver::Protocol QPSQLDriverPrivate::getPSQLVersion | ( | ) |
PGresult * QPSQLDriverPrivate::getResult | ( | StatementId | stmtId | ) | const |
Definition at line 211 of file qsql_psql.cpp.
References checkPendingNotifications(), connection, and currentStmtId.
PGresult * QPSQLDriverPrivate::getResult | ( | StatementId | stmtId | ) | const |
StatementId QPSQLDriverPrivate::sendQuery | ( | const QString & | stmt | ) |
Definition at line 189 of file qsql_psql.cpp.
References connection, currentStmtId, discardResults(), generateStatementId(), and InvalidStatementId.
StatementId QPSQLDriverPrivate::sendQuery | ( | const QString & | stmt | ) |
void QPSQLDriverPrivate::setByteaOutput | ( | ) |
Definition at line 950 of file qsql_psql.cpp.
References exec().
void QPSQLDriverPrivate::setByteaOutput | ( | ) |
void QPSQLDriverPrivate::setDatestyle | ( | ) |
Definition at line 941 of file qsql_psql.cpp.
References exec().
void QPSQLDriverPrivate::setDatestyle | ( | ) |
bool QPSQLDriverPrivate::setEncodingUtf8 | ( | ) |
Definition at line 933 of file qsql_psql.cpp.
References exec().
bool QPSQLDriverPrivate::setEncodingUtf8 | ( | ) |
bool QPSQLDriverPrivate::setSingleRowMode | ( | ) | const |
Definition at line 199 of file qsql_psql.cpp.
bool QPSQLDriverPrivate::setSingleRowMode | ( | ) | const |
void QPSQLDriverPrivate::setUtcTimeZone | ( | ) |
Definition at line 964 of file qsql_psql.cpp.
References exec().
void QPSQLDriverPrivate::setUtcTimeZone | ( | ) |
PGconn * QPSQLDriverPrivate::connection = nullptr |
Definition at line 129 of file qsql_psql.cpp.
Referenced by discardResults(), exec(), getResult(), qMakeError(), and sendQuery().
StatementId QPSQLDriverPrivate::currentStmtId = InvalidStatementId |
Definition at line 132 of file qsql_psql.cpp.
Referenced by exec(), finishQuery(), getResult(), and sendQuery().
bool QPSQLDriverPrivate::hasBackslashEscape = false |
Definition at line 135 of file qsql_psql.cpp.
Referenced by detectBackslashEscape().
Definition at line 153 of file qsql_psql.cpp.
|
mutable |
Definition at line 134 of file qsql_psql.cpp.
Referenced by checkPendingNotifications().
QPSQLDriver::Protocol QPSQLDriverPrivate::pro = QPSQLDriver::Version6 |
Definition at line 131 of file qsql_psql.cpp.
QStringList QPSQLDriverPrivate::seid |
Definition at line 128 of file qsql_psql.cpp.
Referenced by QPSQLDriverPrivate().
QSocketNotifier * QPSQLDriverPrivate::sn = nullptr |
Definition at line 130 of file qsql_psql.cpp.
StatementId QPSQLDriverPrivate::stmtCount = InvalidStatementId |
Definition at line 133 of file qsql_psql.cpp.
Referenced by generateStatementId().