#include <transaction.hxx>
Inheritance diagram for pqxx::transaction< ISOLATIONLEVEL >:

| Public Types | |
| typedef isolation_traits< ISOLATIONLEVEL > | isolation_tag | 
| If nothing else is known, our isolation level is at least read_committed. | |
| Public Member Functions | |
| transaction (connection_base &C, const PGSTD::string &TName=PGSTD::string()) | |
| virtual | ~transaction () throw () | 
| Protected Member Functions | |
| virtual const char * | classname () const throw () | 
This is the type you'll normally want to use to represent a transaction on the database.
| 
 | |||||
| If nothing else is known, our isolation level is at least read_committed. 
 Reimplemented from pqxx::transaction_base. 
 | 
| 
 | ||||||||||||||||
| Create a transaction. The optional name, if given, must begin with a letter and may contain letters and digits only. | 
| 
 | |||||||||
| 
 | 
| 
 | |||||||||
| 
 Reimplemented from pqxx::internal::namedclass. 
 | 
 1.3.8
 1.3.8