1 #ifndef PQXX_INTERNAL_GATES_RESULT_PIPELINE_HXX
2 #define PQXX_INTERNAL_GATES_RESULT_PIPELINE_HXX
14 [[nodiscard]] std::shared_ptr<std::string const> query_ptr()
const
16 return home().query_ptr();
Base class for call gates.
Definition: callgate.hxx:55
result const & reference
A reference to the host class. Helps keep constructors easy.
Definition: callgate.hxx:60
Definition: result-pipeline.hxx:9
Processes several queries in FIFO manner, optimized for high throughput.
Definition: pipeline.hxx:51
Definition: connection.hxx:94