libpqxx
5.0
|
#include <except.hxx>
Public Member Functions | |
undefined_column (const std::string &err, const std::string &Q="", const char sqlstate[]=NULL) | |
![]() | |
syntax_error (const std::string &err, const std::string &Q="", const char sqlstate[]=NULL, int pos=-1) | |
![]() | |
sql_error (const std::string &msg="", const std::string &Q="", const char sqlstate[]=NULL) | |
virtual | ~sql_error () PQXX_NOEXCEPT |
PQXX_PURE const std::string & | query () const PQXX_NOEXCEPT |
The query whose execution triggered the exception. More... | |
PQXX_PURE const std::string & | sqlstate () const PQXX_NOEXCEPT |
![]() | |
failure (const std::string &) | |
![]() | |
virtual | ~pqxx_exception () PQXX_NOEXCEPT=0 |
Support run-time polymorphism, and keep this class abstract. More... | |
Additional Inherited Members | |
![]() | |
const int | error_position |
Approximate position in string where error occurred, or -1 if unknown. More... | |
|
explicit |