transaction_base 272 B

1234567
  1. /** Base for the transaction classes.
  2. *
  3. * pqxx::transaction_base defines the interface for any abstract class that
  4. * represents a database transaction.
  5. */
  6. // Actual definitions in .hxx file so editors and such recognize file type.
  7. #include "pqxx/transaction_base.hxx"