blob: 6029f14622c07b551b6e82b0b3539ce189615d43 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::pipeline class.
*
* Throughput-optimized query interface.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/pipeline.hxx"
|