OZO 「お象」
Boost.Asio and libpq based asynchronous PostgreSQL unofficial header-only C++17 client library.
ozo::transaction_mode Struct Reference

#include <ozo/transaction_options.h>

Description

'type enum' for transaction modes supported by PostgreSQL

See the official documentation on transaction initiation for more information on how these options affect transaction behaviour.

Static Public Attributes

constexpr static hana::type< class read_write_tag > read_write {}
 READ WRITE transaction mode.
 
constexpr static hana::type< class read_only_tag > read_only {}
 READ ONLY transaction mode.