#include <transaction_base.hxx>
Inheritance diagram for pqxx::internal::transactionfocus:
Public Member Functions | |
transactionfocus (transaction_base &t) | |
Protected Member Functions | |
void | register_me () |
void | unregister_me () throw () |
void | reg_pending_error (const PGSTD::string &) throw () |
bool | registered () const throw () |
Protected Attributes | |
transaction_base & | m_Trans |
pqxx::internal::transactionfocus::transactionfocus | ( | transaction_base & | t | ) | [explicit] |
void pqxx::internal::transactionfocus::register_me | ( | ) | [protected] |
void pqxx::internal::transactionfocus::unregister_me | ( | ) | throw () [protected] |
void pqxx::internal::transactionfocus::reg_pending_error | ( | const PGSTD::string & | ) | throw () [protected] |
bool pqxx::internal::transactionfocus::registered | ( | ) | const throw () [protected] |