|
libpqxx
|
#include <transaction_base.hxx>

Public Member Functions | |
| transactionfocus (transaction_base &t) | |
| transactionfocus ()=delete | |
| transactionfocus (const transactionfocus &)=delete | |
| transactionfocus & | operator= (const transactionfocus &)=delete |
Public Member Functions inherited from pqxx::internal::namedclass | |
| namedclass (const std::string &Classname) | |
| namedclass (const std::string &Classname, const std::string &Name) | |
| const std::string & | name () const noexcept |
| Object name, or the empty string if no name was given. More... | |
| const std::string & | classname () const noexcept |
| Class name. More... | |
| std::string | description () const |
| Combination of class name and object name; or just class name. More... | |
Protected Member Functions | |
| void | register_me () |
| void | unregister_me () noexcept |
| void | reg_pending_error (const std::string &) noexcept |
| bool | registered () const noexcept |
Protected Attributes | |
| transaction_base & | m_trans |
|
explicit |
|
delete |
|
delete |
|
delete |
|
protectednoexcept |
|
protected |
Referenced by pqxx::tablereader::tablereader(), pqxx::pipeline::~pipeline(), and pqxx::tablewriter::~tablewriter().
|
protectednoexcept |
Referenced by pqxx::pipeline::~pipeline().
|
protectednoexcept |
Referenced by pqxx::tablestream::base_close(), pqxx::pipeline::resume(), and pqxx::pipeline::~pipeline().
|
protected |