![]() |
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 | |
QString | fieldSerial (qsizetype i) const override |
void | deallocatePreparedStmt () |
bool | processResults () |
QString | fieldSerial (qsizetype i) const override |
void | deallocatePreparedStmt () |
bool | processResults () |
QSqlResultPrivate (QSqlResult *q, const QSqlDriver *drv) | |
Public Member Functions inherited from QSqlResultPrivate | |
QSqlResultPrivate (QSqlResult *q, const QSqlDriver *drv) | |
virtual | ~QSqlResultPrivate ()=default |
void | clearValues () |
void | resetBindCount () |
void | clearIndex () |
void | clear () |
QString | positionalToNamedBinding (const QString &query) const |
QString | namedToPositionalBinding (const QString &query) |
QString | holderAt (int index) const |
Public Attributes | |
std::queue< PGresult * > | nextResultSets |
QByteArray | preparedStmtId |
PGresult * | result = nullptr |
StatementId | stmtId = InvalidStatementId |
int | currentSize = -1 |
bool | canFetchMoreRows = false |
bool | preparedQueriesEnabled = false |
Public Attributes inherited from QSqlResultPrivate | |
QSqlResult * | q_ptr = nullptr |
QPointer< QSqlDriver > | sqldriver |
QString | sql |
QSqlError | error |
QString | executedQuery |
QHash< int, QSql::ParamType > | types |
QList< QVariant > | values |
IndexMap | indexes |
QHolderVector | holders |
QSqlResult::BindingSyntax | binds = QSqlResult::PositionalBinding |
QSql::NumericalPrecisionPolicy | precisionPolicy = QSql::LowPrecisionDouble |
int | idx = QSql::BeforeFirstRow |
int | bindCount = 0 |
bool | active = false |
bool | isSel = false |
bool | forwardOnly = false |
bool | positionalBindingEnabled = true |
Additional Inherited Members | |
Public Types inherited from QSqlResultPrivate | |
using | IndexMap = QHash<QString, QList<int>> |
using | QHolderVector = QList<QHolder> |
Static Public Member Functions inherited from QSqlResultPrivate | |
static bool | isVariantNull (const QVariant &variant) |
Definition at line 259 of file qsql_psql.cpp.
void QPSQLResultPrivate::deallocatePreparedStmt | ( | ) |
Definition at line 389 of file qsql_psql.cpp.
void QPSQLResultPrivate::deallocatePreparedStmt | ( | ) |
Reimplemented from QSqlResultPrivate.
Definition at line 266 of file qsql_psql.cpp.
Reimplemented from QSqlResultPrivate.
Definition at line 266 of file qsql_psql.cpp.
bool QPSQLResultPrivate::processResults | ( | ) |
Definition at line 293 of file qsql_psql.cpp.
References canFetchMoreRows, currentSize, result, and stmtId.
bool QPSQLResultPrivate::processResults | ( | ) |
|
inline |
Definition at line 46 of file qsqlresult_p.h.
bool QPSQLResultPrivate::canFetchMoreRows = false |
Definition at line 274 of file qsql_psql.cpp.
Referenced by processResults().
int QPSQLResultPrivate::currentSize = -1 |
Definition at line 273 of file qsql_psql.cpp.
Referenced by processResults().
std::queue< PGresult * > QPSQLResultPrivate::nextResultSets |
Definition at line 269 of file qsql_psql.cpp.
bool QPSQLResultPrivate::preparedQueriesEnabled = false |
Definition at line 275 of file qsql_psql.cpp.
QByteArray QPSQLResultPrivate::preparedStmtId |
Definition at line 270 of file qsql_psql.cpp.
PGresult * QPSQLResultPrivate::result = nullptr |
Definition at line 271 of file qsql_psql.cpp.
Referenced by processResults().
StatementId QPSQLResultPrivate::stmtId = InvalidStatementId |
Definition at line 272 of file qsql_psql.cpp.
Referenced by processResults().