Skip to main content

Module transaction_options

Module transaction_options 

Source
Expand description

Defines additional types related to TransactionOptions.

Modules§

read_only
Defines additional types related to ReadOnly.
read_write
Defines additional types related to ReadWrite.

Structs§

PartitionedDml
Message type to initiate a Partitioned DML transaction.
ReadOnly
Message type to initiate a read-only transaction.
ReadWrite
Message type to initiate a read-write transaction. Currently this transaction type has no options.

Enums§

IsolationLevel
IsolationLevel is used when setting the isolation level for a transaction.
Mode
Required. The type of transaction.