#include <util.hxx>

Public Member Functions | |
| namedclass (const PGSTD::string &Classname, const PGSTD::string &Name="") | |
| const PGSTD::string & | name () const throw () |
| const PGSTD::string & | classname () const throw () |
| PGSTD::string | description () const |
| pqxx::internal::namedclass::namedclass | ( | const PGSTD::string & | Classname, | |
| const PGSTD::string & | Name = "" | |||
| ) |
| const PGSTD::string& pqxx::internal::namedclass::name | ( | ) | const throw () |
Referenced by description().
| const PGSTD::string& pqxx::internal::namedclass::classname | ( | ) | const throw () |
Referenced by description().
| string pqxx::internal::namedclass::description | ( | ) | const |
References classname(), and name().
Referenced by pqxx::transaction_base::abort(), pqxx::internal::CheckUniqueRegistration(), pqxx::internal::CheckUniqueUnregistration(), pqxx::transaction_base::commit(), pqxx::transaction_base::End(), pqxx::transaction_base::exec(), and pqxx::transaction_base::~transaction_base().
1.5.5