1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
5class PQXX_PRIVATE result_creation : callgate<result const>
7 friend class pqxx::connection;
8 friend class pqxx::pipeline;
13 std::shared_ptr<internal::pq::PGresult> rhs,
14 std::shared_ptr<std::string>
const &query,
21 void check_status(std::string_view desc =
""sv)
const
23 return home().check_status(desc);
reference home() const noexcept
The home object. The gate class has full "private" access.
Definition callgate.hxx:65
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
callgate< HOME > super
This class, to keep constructors easy.
Definition callgate.hxx:58
Result set containing data returned by a query or command.
Definition result.hxx:92
Various callbacks waiting for a notice to come in.
Definition result.hxx:55