#include <connection.hxx>
Inheritance diagram for pqxx::connect_lazy:
Public Member Functions | |
connect_lazy (const PGSTD::string &opts) | |
virtual handle | do_completeconnect (handle) |
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.
pqxx::connect_lazy::connect_lazy | ( | const PGSTD::string & | opts | ) | [explicit] |
pqxx::connectionpolicy::handle pqxx::connect_lazy::do_completeconnect | ( | handle | ) | [virtual] |