result 418 B

1234567891011
  1. /** pqxx::result class and support classes.
  2. *
  3. * pqxx::result represents the set of result rows from a database query.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/result.hxx"
  7. // Now include some types which depend on result, but which the user will
  8. // expect to see defined after including this header.
  9. #include "pqxx/result_iterator.hxx"
  10. #include "pqxx/field.hxx"