#include <connection.hxx>
Inheritance diagram for pqxx::connect_lazy:
Public Member Functions | |
connect_lazy (connection_base &c) | |
Constructor. Sets up lazy connection. |
This is connect_direct's lazy younger brother. It does not actually establish a connection immediately; the connection is only created when it is actually used.
This class is a trivial implementation of the connectionpolicy_base interface defined in connection_base.hxx. All features of any interest to client programmers are defined there.
|
Constructor. Sets up lazy connection.
|