9 lines
295 B
Plaintext
Raw Normal View History

/** pqxx::transactor class.
*
* pqxx::transactor is a framework-style wrapper for safe transactions.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/transactor.hxx"
#include "pqxx/internal/header-post.hxx"