| libpqxx
    4.0.1
    | 
Nonfunctional, always-down connection policy for testing/debugging purposes. More...
#include <connection.hxx>
 
  
 | Public Member Functions | |
| connect_null (const std::string &opts) | |
|  Public Member Functions inherited from pqxx::connectionpolicy | |
| 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 () | 
| Additional Inherited Members | |
|  Public Types inherited from pqxx::connectionpolicy | |
| typedef internal::pq::PGconn * | handle | 
|  Protected Member Functions inherited from pqxx::connectionpolicy | |
| handle | normalconnect (handle) | 
Nonfunctional, always-down connection policy for testing/debugging purposes.
| 
 | explicit |