pqxx::connect_lazy Class Reference
[Connection classes]

Lazy connection policy; causes connection to be deferred until first use. More...

#include <connection.hxx>

Inheritance diagram for pqxx::connect_lazy:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 connect_lazy (const std::string &opts)
virtual handle do_completeconnect (handle)


Detailed Description

Lazy connection policy; causes connection to be deferred until first use.

This is connect_direct's lazy younger brother. It does not open a connection right away; the connection is only created when it is actually used.


Constructor & Destructor Documentation

pqxx::connect_lazy::connect_lazy ( const std::string &  opts  )  [explicit]


Member Function Documentation

pqxx::connectionpolicy::handle pqxx::connect_lazy::do_completeconnect ( handle  orig  )  [virtual]


The documentation for this class was generated from the following files:

Generated on Mon Feb 15 18:22:49 2010 for libpqxx by  doxygen 1.5.5