blob: e62ebdbc0b9ae1fce9ae451958a15269f7a2ccd8 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::nontransaction class.
*
* pqxx::nontransaction provides nontransactional database access.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/nontransaction.hxx"
|