sql exception class
More...
#include <pgstream.hpp>
List of all members.
Detailed Description
sql exception class
Definition at line 29 of file pgstream.hpp.
Constructor & Destructor Documentation
| pgs::pg_excpt::pg_excpt |
( |
| ) |
|
|
inline |
| pgs::pg_excpt::pg_excpt |
( |
const char * |
e_query, |
|
|
const char * |
msg, |
|
|
std::string |
code = "" |
|
) |
| |
|
inline |
| virtual pgs::pg_excpt::~pg_excpt |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| std::string pgs::pg_excpt::errcode |
( |
| ) |
const |
|
inline |
| std::string pgs::pg_excpt::errmsg |
( |
| ) |
const |
|
inline |
| std::string pgs::pg_excpt::full_error_txt |
( |
| ) |
const |
| pg_excpt pgs::pg_excpt::mk_excpt |
( |
PGresult * |
r, |
|
|
const char * |
query = NULL |
|
) |
| |
|
static |
| std::string pgs::pg_excpt::query |
( |
| ) |
const |
|
inline |
Member Data Documentation
| std::string pgs::pg_excpt::m_err_code |
|
private |
| std::string pgs::pg_excpt::m_err_msg |
|
private |
| std::string pgs::pg_excpt::m_query |
|
private |
The documentation for this class was generated from the following files: