libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::undefined_function Class Reference

#include <except.hxx>

Inheritance diagram for pqxx::undefined_function:
Collaboration diagram for pqxx::undefined_function:

Public Member Functions

 undefined_function (const PGSTD::string &err)
 
 undefined_function (const PGSTD::string &err, const PGSTD::string &Q)
 
const PGSTD::string &PQXX_PURE query () const throw ()
 The query whose execution triggered the exception. More...
 

Public Attributes

const int error_position
 Approximate position in string where error occurred, or -1 if unknown. More...
 

Constructor & Destructor Documentation

pqxx::undefined_function::undefined_function ( const PGSTD::string &  err)
inlineexplicit
pqxx::undefined_function::undefined_function ( const PGSTD::string &  err,
const PGSTD::string &  Q 
)
inline

Member Function Documentation

const PGSTD::string& PQXX_PURE pqxx::sql_error::query ( ) const throw ()
inherited

The query whose execution triggered the exception.

Member Data Documentation

const int pqxx::syntax_error::error_position
inherited

Approximate position in string where error occurred, or -1 if unknown.


The documentation for this class was generated from the following file: