![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QMimerSQLResultPrivate (QMimerSQLResult *q, const QMimerSQLDriver *drv) | |
![]() | |
QSqlResultPrivate (QSqlResult *q, const QSqlDriver *drv) | |
virtual | ~QSqlResultPrivate ()=default |
void | clearValues () |
void | resetBindCount () |
void | clearIndex () |
void | clear () |
virtual QString | fieldSerial (qsizetype) const |
QString | positionalToNamedBinding (const QString &query) const |
QString | namedToPositionalBinding (const QString &query) |
QString | holderAt (int index) const |
Public Attributes | |
MimerStatement | statementhandle |
MimerLob | lobhandle |
int | rowsAffected |
bool | preparedQuery |
bool | openCursor |
bool | openStatement |
bool | executedStatement |
bool | callWithOut |
bool | execBatch |
qint64 | currentSize = -1 |
qint64 | currentRow |
QVector< QVariant > | batch_vector |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
using | IndexMap = QHash< QString, QList< int > > |
using | QHolderVector = QList< QHolder > |
![]() | |
static bool | isVariantNull (const QVariant &variant) |
Definition at line 99 of file qsql_mimer.cpp.
|
inline |
Definition at line 104 of file qsql_mimer.cpp.
Definition at line 129 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::callWithOut |
Definition at line 125 of file qsql_mimer.cpp.
qint64 QMimerSQLResultPrivate::currentRow |
Definition at line 128 of file qsql_mimer.cpp.
qint64 QMimerSQLResultPrivate::currentSize = -1 |
Definition at line 127 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::execBatch |
Definition at line 126 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::executedStatement |
Definition at line 124 of file qsql_mimer.cpp.
MimerLob QMimerSQLResultPrivate::lobhandle |
Definition at line 119 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::openCursor |
Definition at line 122 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::openStatement |
Definition at line 123 of file qsql_mimer.cpp.
bool QMimerSQLResultPrivate::preparedQuery |
Definition at line 121 of file qsql_mimer.cpp.
int QMimerSQLResultPrivate::rowsAffected |
Definition at line 120 of file qsql_mimer.cpp.
MimerStatement QMimerSQLResultPrivate::statementhandle |
Definition at line 118 of file qsql_mimer.cpp.