1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
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);
Connection to a database.
Definition connection.hxx:279
Base class for call gates.
Definition callgate.hxx:55
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
Definition result-creation.hxx:6
Processes several queries in FIFO manner, optimized for high throughput.
Definition pipeline.hxx:51
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