// file : odb/pgsql/transaction-impl.ixx // license : GNU GPL v2; see accompanying LICENSE file namespace odb { namespace pgsql { inline transaction_impl::connection_type& transaction_impl:: connection () { return *connection_; } } }