libpqxx  7.0.2
pqxx::internal::basic_transaction Class Reference

Helper base class for the transaction class template. More...

#include <transaction.hxx>

Inheritance diagram for pqxx::internal::basic_transaction:

Protected Member Functions

 basic_transaction (connection &c, char const begin_command[])
 
- Protected Member Functions inherited from pqxx::dbtransaction
 dbtransaction (connection &c)
 

Detailed Description

Helper base class for the transaction class template.

Constructor & Destructor Documentation

◆ basic_transaction()

pqxx::internal::basic_transaction::basic_transaction ( connection &  c,
char const  begin_command[] 
)
protected

Implementation of the pqxx::transaction class.

pqxx::transaction represents a regular database transaction.

Copyright (c) 2000-2020, Jeroen T. Vermeulen.

See COPYING for copyright license. If you did not receive a file called COPYING with this source code, please notify the distributor of this mistake, or contact the author.


The documentation for this class was generated from the following files: