1 #include <pqxx/internal/callgate.hxx>
3 #include "pqxx/transaction_base.hxx"
15 home().register_focus(focus);
19 home().unregister_focus(focus);
21 void register_pending_error(
zview error)
23 home().register_pending_error(error);
25 void register_pending_error(std::string &&error)
27 home().register_pending_error(std::move(error));
Marker-type wrapper: zero-terminated std::string_view.
Definition: zview.hxx:37
Definition: transaction-transaction_focus.hxx:7
Base class for things that monopolise a transaction's attention.
Definition: transaction_focus.hxx:28
Definition: connection.hxx:106
Base class for call gates.
Definition: callgate.hxx:54
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:150