13 #ifndef PQXX_H_DBTRANSACTION
14 #define PQXX_H_DBTRANSACTION
16 #include "pqxx/compiler-public.hxx"
17 #include "pqxx/internal/compiler-internal-pre.hxx"
19 #include "pqxx/transaction_base.hxx"
59 #include "pqxx/internal/compiler-internal-post.hxx"
dbtransaction(connection &c)
Definition: dbtransaction.hxx:55
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
Connection to a database.
Definition: connection.hxx:137
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:69