#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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|