#include <connection.h>
Inheritance diagram for pqxx::lazyconnection:
Public Member Functions | |
lazyconnection () | |
Constructor. Sets up lazy connection. | |
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 connection_base interface defined in connection_base.h. All features of any interest to client programmers are defined there.
|
Constructor. Sets up lazy connection.
|
|
Constructor. Sets up lazy connection.
|
|
Constructor. Sets up lazy connection.
|
|
|