1 #ifndef PQXX_INTERNAL_GATES_RESULT_CREATION_HXX
2 #define PQXX_INTERNAL_GATES_RESULT_CREATION_HXX
15 [[nodiscard]]
static result create(
16 std::shared_ptr<internal::pq::PGresult>
const &rhs,
17 std::shared_ptr<std::string>
const &query,
24 void check_status(std::string_view desc,
sl loc)
const
26 return home().check_status(desc, loc);
29 void check_status(
sl loc)
const {
return home().check_status(
"", loc); }
Connection to a database.
Definition: connection.hxx:273
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-creation.hxx:9
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:101
Definition: connection.hxx:94
std::source_location sl
Convenience alias for std::source_location. It's just too long.
Definition: types.hxx:38
encoding_group
Definition: encoding_group.hxx:40
Various callbacks waiting for a notice to come in.
Definition: result.hxx:57