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