#include <prepared_statement.hxx>
Public Member Functions | |
prepared_def () | |
prepared_def (const PGSTD::string &) | |
void | addparam (const PGSTD::string &sqltype, param_treatment) |
Public Attributes | |
PGSTD::string | definition |
Text of prepared query. | |
PGSTD::vector< param > | parameters |
Parameter list. | |
bool | registered |
Has this prepared statement been prepared in the current session? | |
bool | complete |
Is this definition complete? | |
Classes | |
struct | param |
Parameter definition. More... |
pqxx::prepare::internal::prepared_def::prepared_def | ( | ) |
pqxx::prepare::internal::prepared_def::prepared_def | ( | const PGSTD::string & | ) | [explicit] |
void pqxx::prepare::internal::prepared_def::addparam | ( | const PGSTD::string & | sqltype, | |
param_treatment | ||||
) |
PGSTD::string pqxx::prepare::internal::prepared_def::definition |
Text of prepared query.
PGSTD::vector<param> pqxx::prepare::internal::prepared_def::parameters |
Parameter list.
Has this prepared statement been prepared in the current session?
Is this definition complete?