libpqxx
5.0
|
Nonfunctional, always-down connection policy for testing/debugging purposes. More...
#include <connection.hxx>
Public Member Functions | |
connect_null (const std::string &opts) | |
![]() | |
connectionpolicy (const std::string &opts) | |
virtual | ~connectionpolicy () PQXX_NOEXCEPT |
const std::string & | options () const PQXX_NOEXCEPT |
virtual handle | do_startconnect (handle orig) |
virtual handle | do_completeconnect (handle orig) |
virtual handle | do_dropconnect (handle orig) PQXX_NOEXCEPT |
virtual handle | do_disconnect (handle orig) PQXX_NOEXCEPT |
virtual bool | is_ready (handle) const PQXX_NOEXCEPT |
Additional Inherited Members | |
![]() | |
typedef internal::pq::PGconn * | handle |
![]() | |
handle | normalconnect (handle) |
Nonfunctional, always-down connection policy for testing/debugging purposes.
|
explicit |