blob: 20c645f30119ac7c0945f3b7e491a854ef2c733c (
plain) (
blame)
1
2
3
4
5
6
|
/** Helper classes for defining and executing prepared statements.
*
* See the connection_base hierarchy for more about prepared statements
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/prepared_statement.hxx"
|