blob: 57d700e800f4481f7c9d812d1089e1a173c7da67 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::tablestream class.
*
* pqxx::tablestream provides optimized batch access to a database table.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/tablestream.hxx"
|