Encapsulates information about a transaction. More...
Public Attributes | |
| std::string | id |
| A globally unique ID of the transaction. | |
| std::string | hint |
| The user hint passed when creating the transaction, useful for debugging and testing. | |
| bool | is_read_only = false |
| Indicates whether mutating DQL statements can be executed in the transaction. | |
Encapsulates information about a transaction.
| bool ditto::TransactionInfo::is_read_only = false |
Indicates whether mutating DQL statements can be executed in the transaction.
Defaults to false.