connection 284 B

12345678
  1. /** pqxx::connection class.
  2. *
  3. * pqxx::connection encapsulates a connection to a database.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/internal/header-pre.hxx"
  7. #include "pqxx/connection.hxx"
  8. #include "pqxx/internal/header-post.hxx"