#include <except.hxx>
Inheritance diagram for pqxx::broken_connection:
Public Member Functions | |
broken_connection () | |
broken_connection (const PGSTD::string &) |
signal
(2) on how to deal with SIGPIPE. The easiest way to make this signal harmless is to make your program ignore it:
#include <signal.h> int main() { signal(SIGPIPE, SIG_IGN); // ...
pqxx::broken_connection::broken_connection | ( | ) |
pqxx::broken_connection::broken_connection | ( | const PGSTD::string & | ) | [explicit] |