|
libpqxx
|
Helper class to construct an invocation of a parameterised statement. More...
#include <transaction_base.hxx>

Public Member Functions | |
| parameterized_invocation (connection_base &, const std::string &query) | |
| parameterized_invocation & | operator() () |
| parameterized_invocation & | operator() (const binarystring &v) |
| template<typename T > | |
| parameterized_invocation & | operator() (const T &v) |
| parameterized_invocation & | operator() (const binarystring &v, bool nonnull) |
| template<typename T > | |
| parameterized_invocation & | operator() (const T &v, bool nonnull) |
| result | exec () |
Helper class to construct an invocation of a parameterised statement.
exec_params and friends instead. | pqxx::internal::parameterized_invocation::parameterized_invocation | ( | connection_base & | c, |
| const std::string & | query | ||
| ) |
| pqxx::result pqxx::internal::parameterized_invocation::exec | ( | ) |
| parameterized_invocation& pqxx::internal::parameterized_invocation::operator() | ( | ) |
| parameterized_invocation& pqxx::internal::parameterized_invocation::operator() | ( | const binarystring & | v | ) |
| parameterized_invocation& pqxx::internal::parameterized_invocation::operator() | ( | const T & | v | ) |
| parameterized_invocation& pqxx::internal::parameterized_invocation::operator() | ( | const binarystring & | v, |
| bool | nonnull | ||
| ) |
| parameterized_invocation& pqxx::internal::parameterized_invocation::operator() | ( | const T & | v, |
| bool | nonnull | ||
| ) |