stream_from 299 B

12345678
  1. /** pqxx::stream_from class.
  2. *
  3. * pqxx::stream_from enables optimized batch reads from a database table.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/internal/header-pre.hxx"
  7. #include "pqxx/stream_from.hxx"
  8. #include "pqxx/internal/header-post.hxx"