|
| Exception (std::string reason, std::string sql_state, drizzled::error_t error_arg) |
|
| Exception (std::string reason, drizzled::error_t error_arg) |
|
drizzled::error_t | getErrorCode () const |
|
const std::string & | getErrorMessage () const |
|
Exception | getNextException () const |
|
const std::string & | getSQLState () const |
|
|
drizzled::error_t | _error_code |
|
std::string | _sql_state |
|
std::string | _reason |
|
std::queue< Exception > | _next_exception |
|
Definition at line 42 of file exception.h.
The documentation for this class was generated from the following file: