|  | 
| 
 Functions | 
|  | pqxx::connection_base::connection_base (const string &ConnInfo) | 
|  | pqxx::connection_base::connection_base (const char ConnInfo[]) | 
| int | pqxx::connection_base::backendpid () const   throw () | 
| void | pqxx::connection_base::activate () | 
| void | pqxx::connection_base::deactivate () | 
| void | pqxx::connection_base::set_variable (const string &Var, const string &Value) | 
| string | pqxx::connection_base::get_variable (const string &Var) | 
| string | pqxx::connection_base::RawGetVar (const string &Var) | 
| void | pqxx::connection_base::SetupState () | 
| void | pqxx::connection_base::disconnect ()  throw () | 
| bool | pqxx::connection_base::is_open () const   throw () | 
| auto_ptr< pqxx::noticer > | pqxx::connection_base::set_noticer (auto_ptr< noticer > N)  throw () | 
| void | pqxx::connection_base::process_notice_raw (const char msg[])  throw () | 
| void | pqxx::connection_base::process_notice (const char msg[])  throw () | 
| void | pqxx::connection_base::process_notice (const string &msg)  throw () | 
| void | pqxx::connection_base::trace (FILE *Out)  throw () | 
| void | pqxx::connection_base::AddTrigger (pqxx::trigger *T) | 
| void | pqxx::connection_base::RemoveTrigger (pqxx::trigger *T)  throw () | 
| void | pqxx::connection_base::consume_input ()  throw () | 
| bool | pqxx::connection_base::is_busy () const   throw () | 
| int | pqxx::connection_base::get_notifs () | 
| const char * | pqxx::connection_base::dbname () | 
| const char * | pqxx::connection_base::username () | 
| const char * | pqxx::connection_base::hostname () | 
| const char * | pqxx::connection_base::port () | 
| const char * | pqxx::connection_base::ErrMsg () const   throw () | 
| pqxx::result | pqxx::connection_base::Exec (const char Query[], int Retries) | 
| void | pqxx::connection_base::pq_prepare (const string &name, const string &def, const string ¶ms) | 
| void | pqxx::connection_base::unprepare (const string &name) | 
| pqxx::result | pqxx::connection_base::pq_exec_prepared (const string &pname, int nparams, const char *const *params) | 
| void | pqxx::connection_base::Reset () | 
| void | pqxx::connection_base::close ()  throw () | 
| void | pqxx::connection_base::RawSetVar (const string &Var, const string &Value) | 
| void | pqxx::connection_base::AddVariables (const map< string, string > &Vars) | 
| void | pqxx::connection_base::InternalSetTrace ()  throw () | 
| int | pqxx::connection_base::Status () const   throw () | 
| void | pqxx::connection_base::RegisterTransaction (transaction_base *T) | 
| void | pqxx::connection_base::UnregisterTransaction (transaction_base *T)  throw () | 
| void | pqxx::connection_base::MakeEmpty (pqxx::result &R) | 
| bool | pqxx::connection_base::ReadCopyLine (string &Line) | 
| void | pqxx::connection_base::WriteCopyLine (const string &Line) | 
| void | pqxx::connection_base::EndCopyWrite () | 
| void | pqxx::connection_base::start_exec (const string &Q) | 
| pqxx::internal::pq::PGresult * | pqxx::connection_base::get_result () | 
| int | pqxx::connection_base::set_fdmask () const | 
| void | pqxx::connection_base::clear_fdmask ()  throw () | 
| void | pqxx::connection_base::wait_read () const | 
| void | pqxx::connection_base::wait_read (long seconds, long microseconds) const | 
| void | pqxx::connection_base::wait_write () const | 
| int | pqxx::connection_base::await_notification () | 
| int | pqxx::connection_base::await_notification (long seconds, long microseconds) |