#include <except.hxx>
Inheritance diagram for pqxx::sql_error:
Public Member Functions | |
sql_error () | |
sql_error (const PGSTD::string &) | |
sql_error (const PGSTD::string &, const PGSTD::string &Q) | |
virtual | ~sql_error () throw () |
const PGSTD::string & | query () const throw () |
The query whose execution triggered the exception. |
Carries a copy of the failed query in addition to a regular error message
pqxx::sql_error::sql_error | ( | ) |
pqxx::sql_error::sql_error | ( | const PGSTD::string & | ) | [explicit] |
pqxx::sql_error::sql_error | ( | const PGSTD::string & | , | |
const PGSTD::string & | Q | |||
) |
pqxx::sql_error::~sql_error | ( | ) | throw () [virtual] |
const string & pqxx::sql_error::query | ( | ) | const throw () |
The query whose execution triggered the exception.