#include <connectionpolicy.hxx>
Inheritance diagram for pqxx::connectionpolicy:
Public Types | |
typedef internal::pq::PGconn * | handle |
Public Member Functions | |
connectionpolicy (const PGSTD::string &opts) | |
virtual | ~connectionpolicy () throw () |
const PGSTD::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) |
pqxx::connectionpolicy::connectionpolicy | ( | const PGSTD::string & | opts | ) | [explicit] |
pqxx::connectionpolicy::~connectionpolicy | ( | ) | throw () [virtual] |
const PGSTD::string& pqxx::connectionpolicy::options | ( | ) | const throw () |
pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_startconnect | ( | handle | orig | ) | [virtual] |
pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_completeconnect | ( | handle | orig | ) | [virtual] |
pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_dropconnect | ( | handle | orig | ) | throw () [virtual] |
pqxx::connectionpolicy::handle pqxx::connectionpolicy::do_disconnect | ( | handle | orig | ) | throw () [virtual] |
bool pqxx::connectionpolicy::is_ready | ( | handle | ) | const throw () [virtual] |
pqxx::connectionpolicy::handle pqxx::connectionpolicy::normalconnect | ( | handle | ) | [protected] |