#include <nontransaction.hxx>
Inheritance diagram for pqxx::nontransaction:
Public Member Functions | |
nontransaction (connection_base &C, const PGSTD::string &Name=PGSTD::string()) | |
Constructor. | |
virtual | ~nontransaction () |
pqxx::nontransaction::nontransaction | ( | connection_base & | C, | |
const PGSTD::string & | Name = PGSTD::string() | |||
) | [explicit] |
Constructor.
Create a "dummy" transaction.
C | Connection that this "transaction" will operate on. | |
Name | Optional name for the transaction, beginning with a letter and containing only letters and digits. |
pqxx::nontransaction::~nontransaction | ( | ) | [virtual] |