blob: d3d6092ca94ae12694ec83f8567099c8a714d079 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::dbtransaction abstract base class.
*
* pqxx::dbransaction defines a real transaction on the database.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/dbtransaction.hxx"
|