|
libpqxx
The C++ client library for PostgreSQL
|
#include "pqxx/dbtransaction.hxx"
Include dependency graph for transaction.hxx:
This graph shows which files directly or indirectly include this file: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 | |
| The home of all libpqxx classes, functions, templates, etc. | |
| pqxx::internal | |
| Private namespace for libpqxx's internal use; do not access. | |
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... | |