#include <prepared_statement.hxx>
Public Member Functions | |
prepared_def () | |
prepared_def (const std::string &) | |
void | addparam (const std::string &sqltype, param_treatment) |
Public Attributes | |
std::string | definition |
Text of prepared query. | |
std::vector< param > | parameters |
Parameter list. | |
bool | registered |
Has this prepared statement been prepared in the current session? | |
bool | complete |
Is this definition complete? | |
bool | varargs |
Does this statement accept variable arguments, as declared with etc()? | |
param_treatment | varargs_treatment |
How should parameters after the last declared one be treated? | |
Classes | |
struct | param |
Parameter definition. More... |
pqxx::prepare::internal::prepared_def::prepared_def | ( | ) |
pqxx::prepare::internal::prepared_def::prepared_def | ( | const std::string & | def | ) | [explicit] |
void pqxx::prepare::internal::prepared_def::addparam | ( | const std::string & | sqltype, | |
param_treatment | treatment | |||
) |
References parameters.
std ::string pqxx::prepare::internal::prepared_def::definition |
Text of prepared query.
std ::vector<param> pqxx::prepare::internal::prepared_def::parameters |
Has this prepared statement been prepared in the current session?
Is this definition complete?
Does this statement accept variable arguments, as declared with etc()?
How should parameters after the last declared one be treated?