#include <except.hxx>
|
| syntax_error (const PGSTD::string &err, int pos=-1) |
|
| syntax_error (const PGSTD::string &err, const PGSTD::string &Q, int pos=-1) |
|
const PGSTD::string &PQXX_PURE | query () const throw () |
| The query whose execution triggered the exception. More...
|
|
pqxx::syntax_error::syntax_error |
( |
const PGSTD::string & |
err, |
|
|
int |
pos = -1 |
|
) |
| |
|
inlineexplicit |
pqxx::syntax_error::syntax_error |
( |
const PGSTD::string & |
err, |
|
|
const PGSTD::string & |
Q, |
|
|
int |
pos = -1 |
|
) |
| |
|
inline |
const PGSTD::string& PQXX_PURE pqxx::sql_error::query |
( |
| ) |
const throw () |
|
inherited |
The query whose execution triggered the exception.
const int pqxx::syntax_error::error_position |
Approximate position in string where error occurred, or -1 if unknown.
The documentation for this class was generated from the following file: