|
libpqxx 4.0
|
#include <connectionpolicy.hxx>

Public Types | |
| typedef internal::pq::PGconn * | handle |
Public Member Functions | |
| connectionpolicy (const std::string &opts) | |
| virtual | ~connectionpolicy () throw () |
| const std::string & | options () const throw () |
| virtual handle | do_startconnect (handle orig) |
| virtual handle | do_completeconnect (handle orig) |
| virtual handle | do_dropconnect (handle orig) throw () |
| virtual handle | do_disconnect (handle orig) throw () |
| virtual bool | is_ready (handle) const throw () |
Protected Member Functions | |
| handle | normalconnect (handle) |
| typedef internal::pq::PGconn* pqxx::connectionpolicy::handle |
| pqxx::connectionpolicy::connectionpolicy | ( | const std::string & | opts | ) | [explicit] |
| pqxx::connectionpolicy::~connectionpolicy | ( | ) | throw () [virtual] |
| pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_completeconnect | ( | handle | orig | ) | [virtual] |
Reimplemented in pqxx::connect_lazy, and pqxx::connect_async.
| pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_disconnect | ( | handle | orig | ) | throw () [virtual] |
| pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_dropconnect | ( | handle | orig | ) | throw () [virtual] |
Reimplemented in pqxx::connect_async.
| pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_startconnect | ( | handle | orig | ) | [virtual] |
Reimplemented in pqxx::connect_direct, and pqxx::connect_async.
| bool pqxx::connectionpolicy::is_ready | ( | handle | h | ) | const throw () [virtual] |
Reimplemented in pqxx::connect_async.
| pqxx::connectionpolicy::handle pqxx::connectionpolicy::normalconnect | ( | handle | orig | ) | [protected] |
| const std::string& pqxx::connectionpolicy::options | ( | ) | const throw () |