fatalmind::SQL::SQLException Class Reference
#include <SQLException.hh>
Inherits fatalmind::Exception.
Inherited by fatalmind::MysqlException [virtual], and fatalmind::OracleException [virtual].
List of all members.
Detailed Description
General exception to be thrown by
SQL commands.
|
Public Member Functions |
|
| SQLException (const std::string &msg, const std::string &sqlstate, const std::string &sqlstm, const bool failover) |
|
const std::string & | getSQL () const throw () |
|
bool | isFailover () const throw () |
|
const std::string & | getSQLState () const throw () |
|
bool | isSQLState (const char *const c) const |
|
const std::string | getSQLStateClass () const |
|
bool | isSQLStateClass (const std::string &c) const |
|
bool | isSQLStateClass (const char *const c) const |
|
virtual const std::string | message () const throw () |
Protected Member Functions |
|
virtual void | setMessage (const std::string &) |
The documentation for this class was generated from the following file: