libpqxx 4.0
|
Internal representation of a prepared statement definition. More...
#include <prepared_statement.hxx>
Public Member Functions | |
prepared_def () | |
prepared_def (const std::string &) | |
Public Attributes | |
std::string | definition |
Text of prepared query. | |
bool | registered |
Has this prepared statement been prepared in the current session? |
Internal representation of a prepared statement definition.
pqxx::prepare::internal::prepared_def::prepared_def | ( | ) |
pqxx::prepare::internal::prepared_def::prepared_def | ( | const std::string & | def | ) | [explicit] |
Text of prepared query.
Has this prepared statement been prepared in the current session?