#include "pqxx/compiler.h"
#include <stdexcept>
#include "libpq-fe.h"
#include "pqxx/connection"
Include dependency graph for connection.cxx:
Functions | |
pqxx::connection::connection () | |
pqxx::connection::connection (const string &ConnInfo) | |
pqxx::connection::connection (const char ConnInfo[]) | |
void | pqxx::connection::do_startconnect () |
void | pqxx::lazyconnection::completeconnect () |
pqxx::asyncconnection::asyncconnection () | |
pqxx::asyncconnection::asyncconnection (const string &ConnInfo) | |
pqxx::asyncconnection::asyncconnection (const char ConnInfo[]) | |
void | pqxx::asyncconnection::do_startconnect () |
void | pqxx::asyncconnection::completeconnect () |
pqxx::nullconnection::~nullconnection () throw () | |
pqxx::connection::~connection () throw () | |
pqxx::lazyconnection::~lazyconnection () throw () | |
pqxx::asyncconnection::~asyncconnection () throw () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|