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" 83 std::string quoted_name()
const 85 return quote_name(transactionfocus::name());
87 virtual void do_commit()
override;
91 #include "pqxx/internal/compiler-internal-post.hxx" "Transaction" nested within another transaction
Definition: subtransaction.hxx:70
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:25
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:52