| Import line: | Gda = imports.gi.Gda; |
| GIR File: | Gda-4.0.gir |
| C documentation: | GdaTransactionIsolation |
| Enum : | TransactionIsolation |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gda.TransactionIsolation.READ_COMMITTED : 1
|
|
|
Number Gda.TransactionIsolation.READ_UNCOMMITTED : 2
|
|
|
Number Gda.TransactionIsolation.REPEATABLE_READ : 3
|
|
|
Number Gda.TransactionIsolation.SERIALIZABLE : 4
|
|
|
Number Gda.TransactionIsolation.UNKNOWN : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gda.Connection
Method |
Starts a transaction on the data source, identified by the Before starting a transaction, you can check whether the underlying provider does support transactions or not by using the gda_connection_supports_feature() function.
|
|
Gda.SqlStatement
Method |
trans_set_isol_level
(TransactionIsolation level)
:
none
|