13 #ifndef PQXX_H_SUBTRANSACTION
14 #define PQXX_H_SUBTRANSACTION
16 #include "pqxx/compiler-public.hxx"
17 #include "pqxx/internal/compiler-internal-pre.hxx"
19 #include "pqxx/dbtransaction.hxx"
88 std::string quoted_name()
const
92 virtual void do_commit()
override;
96 #include "pqxx/internal/compiler-internal-post.hxx"
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:26
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:53
"Transaction" nested within another transaction
Definition: subtransaction.hxx:77
Base class for things that monopolise a transaction's attention.
Definition: transaction_focus.hxx:28
std::string_view name() const noexcept
Name for this object, if the caller passed one; empty string otherwise.
Definition: transaction_focus.hxx:55