blob: 364ccab3fc3540f9b3b30642d0d3e3f404f03af6 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::subtransaction class.
*
* pqxx::subtransaction is a nested transaction, i.e. one inside a transaction.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/subtransaction.hxx"
|