#include <connection.hxx>
Inheritance diagram for pqxx::asyncconnection:
Public Member Functions | |
asyncconnection () | |
Constructor. Initiates asynchronous connection setup. | |
asyncconnection (const PGSTD::string &ConnInfo) | |
Constructor. Initiates asynchronous connection setup. | |
asyncconnection (const char ConnInfo[]) | |
Constructor. Initiates asynchronous connection setup. | |
virtual | ~asyncconnection () throw () |
Connection is initiated when the object is created, but completion is deferred until the connection is actually needed.
This may help performance by allowing the client to do useful work while waiting for an answer from the server.
|
Constructor. Initiates asynchronous connection setup.
|
|
Constructor. Initiates asynchronous connection setup.
|
|
Constructor. Initiates asynchronous connection setup.
|
|
|