|
pg_async
|
An error generated by the PostgreSQL server when executing a query. More...
#include <error.hpp>


Public Member Functions | |
| query_error (std::string const &) | |
| query_error (char const *what_arg) | |
| query_error (std::string const &message, std::string severity, std::string code, std::string detail) | |
Public Member Functions inherited from tip::db::pg::error::db_error | |
| db_error (std::string const &what_arg) | |
| db_error (char const *what_arg) | |
| db_error (std::string const &message, std::string severity, std::string code, std::string detail) | |
Additional Inherited Members | |
Public Attributes inherited from tip::db::pg::error::db_error | |
| std::string | severity |
| std::string | code |
| std::string | detail |
| sqlstate::code | sqlstate |
An error generated by the PostgreSQL server when executing a query.
|
explicit |
|
explicit |
| tip::db::pg::error::query_error::query_error | ( | std::string const & | message, |
| std::string | severity, | ||
| std::string | code, | ||
| std::string | detail | ||
| ) |
1.8.6