libpqxx
The C++ client library for PostgreSQL
transaction.hxx File Reference

Go to the source code of this file.

Classes

class  pqxx::internal::basic_transaction
 Helper base class for the pqxx::transaction class template. More...
 
class  pqxx::transaction< ISOLATION, READWRITE >
 transaction Standard back-end transaction, templatised on isolation level. More...
 

Namespaces

 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 
 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Typedefs

using pqxx::work = transaction< isolation_level::read_committed, write_policy::read_write >
 The default transaction type. More...
 
using pqxx::read_transaction = transaction< isolation_level::read_committed, write_policy::read_only >
 Read-only transaction. More...