Drizzled Public API Documentation

drizzled::sql::Exception Class Reference
Inheritance diagram for drizzled::sql::Exception:

Public Member Functions

 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
 

Protected Member Functions

void setNextException (Exception arg)
 

Private Attributes

drizzled::error_t _error_code
 
std::string _sql_state
 
std::string _reason
 
std::queue< Exception_next_exception
 

Friends

class ResultSet
 

Detailed Description

Definition at line 42 of file exception.h.


The documentation for this class was generated from the following file: