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

Database feature not supported in current setup. More...

#include <except.hxx>

Inheritance diagram for pqxx::feature_not_supported:
Collaboration diagram for pqxx::feature_not_supported:

Public Member Functions

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

Detailed Description

Database feature not supported in current setup.

Constructor & Destructor Documentation

pqxx::feature_not_supported::feature_not_supported ( const PGSTD::string &  err)
inlineexplicit
pqxx::feature_not_supported::feature_not_supported ( 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.


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