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