| libpqxx
    4.0.1
    | 
#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 () | 
| pqxx::internal::parameterized_invocation::parameterized_invocation | ( | connection_base & | c, | 
| const std::string & | query | ||
| ) | 
| pqxx::result pqxx::internal::parameterized_invocation::exec | ( | ) | 
References pqxx::internal::scoped_array< T >::get().
| 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 | ||
| ) |