|
libpqxx
The C++ client library for PostgreSQL
|
#include "pqxx/dbtransaction.hxx"Go to the source code of this file.
Classes | |
| class | pqxx::transaction< ISOLATION, READWRITE > |
| transaction Standard back-end transaction, templatised on isolation level. More... | |
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Internal items for libpqxx' own use. Do not use these yourself. | |
Typedefs | |
| using | pqxx::work |
| The default transaction type. | |
| using | pqxx::read_transaction |
| Read-only transaction. | |