blob: 71dbb7dfe7247a675c75105708689df57a954547 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::stream_from class.
*
* pqxx::stream_from enables optimized batch reads from a database table.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/stream_from.hxx"
|