Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsql_firebird_result_p.h File Reference

(508f587717ef550368a8ce7120c1ba8caeabce96)

#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>
Include dependency graph for qsql_firebird_result_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ColumnInfo
class  QFirebirdResult
class  QFirebirdResultPrivate

Enumerations

enum class  TxnOp : quint8 { None , Commit , Rollback }

Enumeration Type Documentation

◆ TxnOp

enum class TxnOp : quint8
strong

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.