13#ifndef PQXX_H_SUBTRANSACTION
14#define PQXX_H_SUBTRANSACTION
16#include "pqxx/dbtransaction.hxx"
85 std::string quoted_name()
const
87 return quote_name(transaction_focus::name());
89 virtual void do_commit()
override;
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:23
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:50
"Transaction" nested within another transaction
Definition: subtransaction.hxx:74
Base class for things that monopolise a transaction's attention.
Definition: transaction_focus.hxx:25