19 #ifndef PQXX_H_BASIC_CONNECTION
20 #define PQXX_H_BASIC_CONNECTION
22 #include "pqxx/compiler-public.hxx"
23 #include "pqxx/compiler-internal-pre.hxx"
28 #include "pqxx/connection_base"
30 #ifdef PQXX_QUIET_DESTRUCTORS
31 #include "pqxx/errorhandler"
60 m_options(PGSTD::string()),
69 m_options(opt?opt:PGSTD::string()),
75 #ifdef PQXX_QUIET_DESTRUCTORS
81 const PGSTD::string &
options()
const throw ()
82 {
return m_policy.options();}
86 PGSTD::string m_options;
88 CONNECTPOLICY m_policy;
93 #include "pqxx/compiler-internal-post.hxx"