11#ifndef PQXX_H_ISOLATION
12#define PQXX_H_ISOLATION
14#if !defined(PQXX_HEADER_PRE)
15# error "Include libpqxx headers as <pqxx/header>, not <pqxx/header.hxx>."
18#include "pqxx/util.hxx"
The home of all libpqxx classes, functions, templates, etc.
Definition array.hxx:33
write_policy
Should a transaction be read-only, or read-write?
Definition isolation.hxx:27
isolation_level
Transaction isolation levels.
Definition isolation.hxx:66
@ serializable
Definition isolation.hxx:72
@ read_committed
Definition isolation.hxx:70
@ repeatable_read
Definition isolation.hxx:71