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"
55 m_options(PGSTD::string()),
64 m_options(opt?opt:PGSTD::string()),
70 #ifdef PQXX_QUIET_DESTRUCTORS
77 const PGSTD::string &
options()
const throw ()
78 {
return m_policy.options();}
82 PGSTD::string m_options;
84 CONNECTPOLICY m_policy;
89 #include "pqxx/compiler-internal-post.hxx"