blob: 364ccab3fc3540f9b3b30642d0d3e3f404f03af6 (
plain) (
tree)
|
|
/** 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"
|