#include <ozo/transaction_options.h>
'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. | |