![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| sqlite3_stmt * | stmt = nullptr |
| QSqlRecord | rInf |
| QList< QVariant > | firstRow |
| bool | skippedStatus = false |
| bool | skipRow = false |
| Public Attributes inherited from QSqlCachedResultPrivate | |
| QSqlCachedResult::ValueCache | cache |
| int | rowCacheEnd = 0 |
| int | colCount = 0 |
| bool | atEnd = 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 164 of file qsql_sqlite.cpp.
| void QSQLiteResultPrivate::cleanup | ( | ) |
Definition at line 184 of file qsql_sqlite.cpp.
References finalize(), skippedStatus, and skipRow.
| void QSQLiteResultPrivate::cleanup | ( | ) |
| bool QSQLiteResultPrivate::fetchNext | ( | QSqlCachedResult::ValueCache & | values, |
| int | idx, | ||
| bool | initialFetch ) |
Definition at line 258 of file qsql_sqlite.cpp.
References initColumns(), skippedStatus, skipRow, and stmt.
| bool QSQLiteResultPrivate::fetchNext | ( | QSqlCachedResult::ValueCache & | values, |
| int | idx, | ||
| bool | initialFetch ) |
| void QSQLiteResultPrivate::finalize | ( | ) |
Definition at line 196 of file qsql_sqlite.cpp.
References stmt.
Referenced by cleanup().
| void QSQLiteResultPrivate::finalize | ( | ) |
| void QSQLiteResultPrivate::initColumns | ( | bool | emptyResultset | ) |
Definition at line 205 of file qsql_sqlite.cpp.
References stmt.
Referenced by fetchNext().
| void QSQLiteResultPrivate::initColumns | ( | bool | emptyResultset | ) |
Definition at line 179 of file qsql_sqlite.cpp.
| QSqlRecord QSQLiteResultPrivate::rInf |
Definition at line 178 of file qsql_sqlite.cpp.
| bool QSQLiteResultPrivate::skippedStatus = false |
Definition at line 180 of file qsql_sqlite.cpp.
Referenced by cleanup(), and fetchNext().
| bool QSQLiteResultPrivate::skipRow = false |
Definition at line 181 of file qsql_sqlite.cpp.
Referenced by cleanup(), and fetchNext().
| sqlite3_stmt * QSQLiteResultPrivate::stmt = nullptr |
Definition at line 177 of file qsql_sqlite.cpp.
Referenced by fetchNext(), finalize(), and initColumns().