aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libpqxx/include/pqxx/transaction_base
blob: 929c50d226b9c87480cf2c8afbaf7a866e4dea81 (plain) (blame)
1
2
3
4
5
6
7
/** Base for the transaction classes.
 *
 * pqxx::transaction_base defines the interface for any abstract class that
 * represents a database transaction.
 */
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/transaction_base.hxx"