#include <connection.h>
Inheritance diagram for pqxx::LazyConnection:
Public Member Functions | |
LazyConnection (const PGSTD::string &ConnInfo) | |
Constructor. Sets up lazy connection. | |
LazyConnection (const char ConnInfo[]) | |
Constructor. Sets up lazy connection. | |
virtual | ~LazyConnection () |
This is Connection's lazy younger brother. Its constructor does not actually open a connection; the connection is only created when it is actually used.
This class is a trivial implementation of the ConnectionItf interface defined in connectionitf.h. All features of any interest to client programmers are defined there.
|
Constructor. Sets up lazy connection.
|
|
Constructor. Sets up lazy connection.
|
|
|