#include <except.hxx>
|
| | undefined_column (const std::string &err, const std::string &Q="", const char sqlstate[]=nullptr) |
| |
| | syntax_error (const std::string &err, const std::string &Q="", const char sqlstate[]=nullptr, int pos=-1) |
| |
| | sql_error (const std::string &msg="", const std::string &Q="", const char sqlstate[]=nullptr) |
| |
| virtual | ~sql_error () noexcept |
| |
| PQXX_PURE const std::string & | query () const noexcept |
| | The query whose execution triggered the exception. More...
|
| |
| PQXX_PURE const std::string & | sqlstate () const noexcept |
| | SQLSTATE error code if known, or empty string otherwise. More...
|
| |
| | failure (const std::string &) |
| |
| virtual | ~pqxx_exception () noexcept=0 |
| | Support run-time polymorphism, and keep this class abstract. More...
|
| |
◆ undefined_column()
| pqxx::undefined_column::undefined_column |
( |
const std::string & |
err, |
|
|
const std::string & |
Q = "", |
|
|
const char |
sqlstate[] = nullptr |
|
) |
| |
|
explicit |
The documentation for this class was generated from the following file: