libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
transaction.hxx File Reference
#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/dbtransaction"
#include "pqxx/compiler-internal-post.hxx"
Include dependency graph for transaction.hxx:

Classes

class  pqxx::basic_transaction
 
class  pqxx::transaction< ISOLATIONLEVEL, READWRITE >
 Standard back-end transaction, templatized on isolation level. More...
 

Namespaces

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

Typedefs

typedef transaction
< read_committed, read_only > 
pqxx::read_transaction
 Read-only transaction. More...
 
typedef transaction pqxx::work
 Bog-standard, default transaction type. More...