libpqxx
4.0.1
|
Database feature not supported in current setup. More...
#include <except.hxx>
Public Member Functions | |
feature_not_supported (const std::string &err) | |
feature_not_supported (const std::string &err, const std::string &Q) | |
![]() | |
sql_error () | |
sql_error (const std::string &) | |
sql_error (const std::string &, const std::string &Q) | |
virtual | ~sql_error () throw () |
const std::string &PQXX_PURE | query () const throw () |
The query whose execution triggered the exception. | |
![]() | |
failure (const std::string &) | |
![]() | |
virtual | ~pqxx_exception ()=0 throw () |
Support run-time polymorphism, and keep this class abstract. | |
virtual const PQXX_CONST std::exception & | base () const =0 throw () |
Return std::exception base-class object. |
Database feature not supported in current setup.
|
explicit |
pqxx::feature_not_supported::feature_not_supported | ( | const std::string & | err, |
const std::string & | Q | ||
) |