#include <prepared_statement.hxx>
Public Member Functions | |
| declaration (connection_base &, const std::string &statement) | |
| const declaration & | operator() (const std::string &sqltype, param_treatment=treat_direct) const |
| Add a parameter specification to prepared statement declaration. | |
You probably won't want to use this class. It's here just so you can declare parameters by adding parenthesized declarations directly after the statement declaration itself:
C.prepare(name, query)(paramtype1)(paramtype2, treatment)(paramtype3);
| pqxx::prepare::declaration::declaration | ( | connection_base & | home, | |
| const std::string & | statement | |||
| ) |
| const pqxx::prepare::declaration & pqxx::prepare::declaration::operator() | ( | const std::string & | sqltype, | |
| param_treatment | treatment = treat_direct | |||
| ) | const |
Add a parameter specification to prepared statement declaration.
References pqxx::connection_base::prepare_param_declare().
1.5.8