13 #ifndef PQXX_H_NONTRANSACTION
14 #define PQXX_H_NONTRANSACTION
16 #include "pqxx/compiler-public.hxx"
17 #include "pqxx/internal/compiler-internal-pre.hxx"
19 #include "pqxx/connection.hxx"
20 #include "pqxx/result.hxx"
21 #include "pqxx/transaction.hxx"
64 register_transaction();
75 register_transaction();
81 virtual void do_commit()
override {}
85 #include "pqxx/internal/compiler-internal-post.hxx"
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:26
Connection to a database.
Definition: connection.hxx:164
virtual ~nontransaction() override
Definition: nontransaction.hxx:78
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:72
nontransaction(connection &c)
Constructor.
Definition: nontransaction.hxx:73
nontransaction(connection &c, std::string_view tname)
Constructor.
Definition: nontransaction.hxx:61
Simple "transaction" class offering no transactional integrity.
Definition: nontransaction.hxx:53