3#include <pqxx/internal/callgate.hxx>
4#include <pqxx/internal/libpq-forward.hxx>
13namespace pqxx::internal::gate
22 pq::PGconn *raw_connection()
const {
return home().raw_connection(); }
33 std::string error_message()
const {
return home().err_msg(); }
Connection to a database.
Definition: connection.hxx:230
Base class for call gates.
Definition: callgate.hxx:55
connection const & reference
A reference to the host class. Helps keep constructors easy.
Definition: callgate.hxx:60
Definition: connection-largeobject.hxx:16
Definition: connection-largeobject.hxx:27
Identity of a large object.
Definition: largeobject.hxx:34
The home of all libpqxx classes, functions, templates, etc.
Definition: array.cxx:27