field 265 B

12345678
  1. /** pqxx::field class.
  2. *
  3. * pqxx::field refers to a field in a query 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/field.hxx"
  8. #include "pqxx/internal/header-post.hxx"