#include <start_transaction_parser.h>
◆ AccessMode
Enumerator |
---|
ReadOnly | |
ReadWrite | |
◆ StartTransaction() [1/2]
StartTransaction::StartTransaction |
( |
| ) |
|
|
default |
◆ StartTransaction() [2/2]
StartTransaction::StartTransaction |
( |
std::optional< AccessMode > |
access_mode, |
|
|
bool |
with_consistent_snapshot |
|
) |
| |
|
inline |
◆ access_mode()
std::optional< AccessMode > StartTransaction::access_mode |
( |
| ) |
const |
|
inline |
◆ with_consistent_snapshot()
bool StartTransaction::with_consistent_snapshot |
( |
| ) |
const |
|
inline |
◆ access_mode_
std::optional<AccessMode> StartTransaction::access_mode_ |
|
private |
◆ with_consistent_snapshot_
bool StartTransaction::with_consistent_snapshot_ {false} |
|
private |
The documentation for this class was generated from the following file: