![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsql_firebird_array_p.h"#include "qsql_firebird_driver_p.h"#include <QtCore/qbytearray.h>#include <QtCore/qhash.h>#include <QtCore/qlist.h>#include <QtSql/qsqlrecord.h>#include <QtSql/private/qsqlresult_p.h>#include <ibase.h>#include <firebird/Interface.h>#include <functional>Go to the source code of this file.
Classes | |
| struct | ColumnInfo |
| class | QFirebirdResult |
| class | QFirebirdResultPrivate |
Enumerations | |
| enum class | TxnOp : quint8 { None , Commit , Rollback } |
Transaction-control statement kind (bare COMMIT/ROLLBACK), handled via the ITransaction API rather than executed as DSQL.
| Enumerator | |
|---|---|
| None | |
| Commit | |
| Rollback | |
Definition at line 39 of file qsql_firebird_result_p.h.