#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/dbtransaction"
#include "pqxx/compiler-internal-post.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... | |