row 280 B

1234567891011
  1. /** pqxx::row class.
  2. *
  3. * pqxx::row refers to a row in a result.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/internal/header-pre.hxx"
  7. #include "pqxx/result.hxx"
  8. #include "pqxx/row.hxx"
  9. #include "pqxx/internal/header-post.hxx"