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" 85 std::string quoted_name()
const {
return quote_name(name()); }
86 virtual void do_commit()
override;
87 virtual void do_abort()
override;
91 #include "pqxx/internal/compiler-internal-post.hxx" Definition: transaction_base.hxx:42
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:52
Dedicated namespace for helper types related to prepared statements.
Definition: array.hxx:25
virtual ~subtransaction() noexcept override
Definition: subtransaction.hxx:82
"Transaction" nested within another transaction
Definition: subtransaction.hxx:70