blob: 755cd4179b35736bc61570ac4bae9795cab4da9d (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::transaction class.
*
* pqxx::transaction represents a standard database transaction.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/transaction.hxx"
|