|
| | QIBaseResultPrivate (QIBaseResult *q, const QIBaseDriver *drv) |
| | ~QIBaseResultPrivate () |
| void | cleanup () |
| bool | isError (const char *msg, QSqlError::ErrorType typ=QSqlError::UnknownError) |
| bool | transaction () |
| bool | commit () |
| bool | isSelect () |
| QVariant | fetchBlob (ISC_QUAD *bId) |
| bool | writeBlob (qsizetype iPos, const QByteArray &ba) |
| QVariant | fetchArray (int pos, ISC_QUAD *arr) |
| bool | writeArray (qsizetype i, const QList< QVariant > &list) |
| | QIBaseResultPrivate (QIBaseResult *q, const QIBaseDriver *drv) |
| | ~QIBaseResultPrivate () |
| void | cleanup () |
| bool | isError (const char *msg, QSqlError::ErrorType typ=QSqlError::UnknownError) |
| bool | transaction () |
| bool | commit () |
| bool | isSelect () |
| QVariant | fetchBlob (ISC_QUAD *bId) |
| bool | writeBlob (qsizetype iPos, const QByteArray &ba) |
| QVariant | fetchArray (int pos, ISC_QUAD *arr) |
| bool | writeArray (qsizetype i, const QList< QVariant > &list) |
| bool | canSeek (int i) const |
| int | cacheCount () const |
| void | init (int count, bool fo) |
| void | cleanup () |
| int | nextIndex () |
| void | revertLast () |
| | QSqlResultPrivate (QSqlResult *q, const QSqlDriver *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 |
Definition at line 479 of file qsql_ibase.cpp.
◆ QIBaseResultPrivate() [1/2]
◆ ~QIBaseResultPrivate() [1/2]
| QIBaseResultPrivate::~QIBaseResultPrivate |
( |
| ) |
|
|
inline |
◆ QIBaseResultPrivate() [2/2]
◆ ~QIBaseResultPrivate() [2/2]
| QIBaseResultPrivate::~QIBaseResultPrivate |
( |
| ) |
|
|
inline |
◆ cleanup() [1/2]
| void QIBaseResultPrivate::cleanup |
( |
| ) |
|
◆ cleanup() [2/2]
| void QIBaseResultPrivate::cleanup |
( |
| ) |
|
◆ commit() [1/2]
| bool QIBaseResultPrivate::commit |
( |
| ) |
|
◆ commit() [2/2]
| bool QIBaseResultPrivate::commit |
( |
| ) |
|
◆ fetchArray() [1/2]
| QVariant QIBaseResultPrivate::fetchArray |
( |
int | pos, |
|
|
ISC_QUAD * | arr ) |
◆ fetchArray() [2/2]
| QVariant QIBaseResultPrivate::fetchArray |
( |
int | pos, |
|
|
ISC_QUAD * | arr ) |
◆ fetchBlob() [1/2]
| QVariant QIBaseResultPrivate::fetchBlob |
( |
ISC_QUAD * | bId | ) |
|
◆ fetchBlob() [2/2]
| QVariant QIBaseResultPrivate::fetchBlob |
( |
ISC_QUAD * | bId | ) |
|
◆ isError() [1/2]
◆ isError() [2/2]
◆ isSelect() [1/2]
| bool QIBaseResultPrivate::isSelect |
( |
| ) |
|
◆ isSelect() [2/2]
| bool QIBaseResultPrivate::isSelect |
( |
| ) |
|
◆ transaction() [1/2]
| bool QIBaseResultPrivate::transaction |
( |
| ) |
|
◆ transaction() [2/2]
| bool QIBaseResultPrivate::transaction |
( |
| ) |
|
◆ writeArray() [1/2]
◆ writeArray() [2/2]
◆ writeBlob() [1/2]
◆ writeBlob() [2/2]
◆ cachedRecord
◆ ibase
| isc_db_handle QIBaseResultPrivate::ibase |
◆ inda
| XSQLDA * QIBaseResultPrivate::inda |
◆ localTransaction
| bool QIBaseResultPrivate::localTransaction |
◆ queryType
| int QIBaseResultPrivate::queryType |
◆ sqlda
| XSQLDA * QIBaseResultPrivate::sqlda |
◆ status
| ISC_STATUS QIBaseResultPrivate::status |
◆ stmt
| isc_stmt_handle QIBaseResultPrivate::stmt |
◆ trans
| isc_tr_handle QIBaseResultPrivate::trans |
The documentation for this class was generated from the following file: