libpqxx
The C++ client library for PostgreSQL
isolation.hxx File Reference
#include "pqxx/util.hxx"
+ Include dependency graph for isolation.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Enumerations

enum class  pqxx::write_policy { pqxx::read_only , pqxx::read_write }
 Should a transaction be read-only, or read-write? More...
 
enum  pqxx::isolation_level { pqxx::read_committed , pqxx::repeatable_read , pqxx::serializable }
 Transaction isolation levels. More...