19 #ifndef PQXX_H_SUBTRANSACTION
20 #define PQXX_H_SUBTRANSACTION
22 #include "pqxx/compiler-public.hxx"
23 #include "pqxx/compiler-internal-pre.hxx"
25 #include "pqxx/dbtransaction"
100 virtual void do_begin();
101 virtual void do_commit();
102 virtual void do_abort();
104 void check_backendsupport()
const;
112 #include "pqxx/compiler-internal-post.hxx"
Definition: dbtransaction.hxx:73
The home of all libpqxx classes, functions, templates, etc.
Definition: basic_connection.hxx:35
"Transaction" nested within another transaction
Definition: subtransaction.hxx:86
Definition: transaction_base.hxx:52