Ditto 4.11.1
 
Loading...
Searching...
No Matches
ditto::TransactionInfo Struct Reference

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.
 

Detailed Description

Encapsulates information about a transaction.

Member Data Documentation

◆ is_read_only

bool ditto::TransactionInfo::is_read_only = false

Indicates whether mutating DQL statements can be executed in the transaction.

Defaults to false.

See also
Store::transaction for more information.