Nonfunctional, always-down connection policy for testing/debugging purposes. More...
#include <connection.hxx>
Public Types | |
typedef internal::pq::PGconn * | handle |
Public Member Functions | |
connect_null (const PGSTD::string &opts) | |
virtual handle | do_completeconnect (handle orig) |
virtual handle | do_disconnect (handle orig) throw () |
virtual handle | do_dropconnect (handle orig) throw () |
virtual handle | do_startconnect (handle orig) |
virtual bool | is_ready (handle) const throw () |
const PGSTD::string & | options () const throw () |
Protected Member Functions | |
handle | normalconnect (handle) |
Nonfunctional, always-down connection policy for testing/debugging purposes.
|
inherited |
|
inlineexplicit |
Reimplemented in pqxx::connect_async, and pqxx::connect_lazy.
Reimplemented in pqxx::connect_async.
Reimplemented in pqxx::connect_async, and pqxx::connect_direct.
|
virtualinherited |
Reimplemented in pqxx::connect_async.
|
inlineinherited |