libpqxx
4.0.1
|
#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 |
|
explicit |
|
virtual |
|
virtual |
Reimplemented in pqxx::connect_async, and pqxx::connect_lazy.
|
virtual |
|
virtual |
Reimplemented in pqxx::connect_async.
|
virtual |
Reimplemented in pqxx::connect_async, and pqxx::connect_direct.
|
virtual |
Reimplemented in pqxx::connect_async.
|
protected |
const std::string& pqxx::connectionpolicy::options | ( | ) | const throw () |