![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <warning.h>
Public Member Functions | |
| int | getErrorCode () const |
| const std::string & | getMessage () const |
| const SQLWarning * | getNextWarning () const |
| const std::string & | getSQLState () const |
| void | setNextWarning (SQLWarning *_next) |
| SQLWarning (const std::string &reason) | |
| SQLWarning (const std::string &reason, const std::string &SQLState) | |
| SQLWarning (const std::string &reason, const std::string &SQLState, int vendorCode) | |
| SQLWarning () | |
| virtual | ~SQLWarning () throw () |
Protected Member Functions | |
| virtual SQLWarning * | copy () |
| SQLWarning (const SQLWarning &e) | |
Protected Attributes | |
| const std::string | descr |
| const int | errNo |
| SQLWarning * | next |
| const std::string | sql_state |
Private Member Functions | |
| const SQLWarning & | operator= (const SQLWarning &rhs) |
| sql::SQLWarning::SQLWarning | ( | const std::string & | reason, |
| const std::string & | SQLState, | ||
| int | vendorCode | ||
| ) | [inline] |
| sql::SQLWarning::SQLWarning | ( | const std::string & | reason, |
| const std::string & | SQLState | ||
| ) | [inline] |
| sql::SQLWarning::SQLWarning | ( | const std::string & | reason | ) | [inline] |
| sql::SQLWarning::SQLWarning | ( | ) | [inline] |
| virtual sql::SQLWarning::~SQLWarning | ( | ) | throw () [inline, virtual] |
| sql::SQLWarning::SQLWarning | ( | const SQLWarning & | e | ) | [inline, protected] |
| virtual SQLWarning* sql::SQLWarning::copy | ( | ) | [inline, protected, virtual] |
| int sql::SQLWarning::getErrorCode | ( | ) | const [inline] |
| const std::string& sql::SQLWarning::getMessage | ( | ) | const [inline] |
| const SQLWarning* sql::SQLWarning::getNextWarning | ( | ) | const [inline] |
| const std::string& sql::SQLWarning::getSQLState | ( | ) | const [inline] |
| const SQLWarning& sql::SQLWarning::operator= | ( | const SQLWarning & | rhs | ) | [private] |
| void sql::SQLWarning::setNextWarning | ( | SQLWarning * | _next | ) | [inline] |
const std::string sql::SQLWarning::descr [protected] |
Definition at line 35 of file warning.h.
Referenced by getMessage().
const int sql::SQLWarning::errNo [protected] |
Definition at line 33 of file warning.h.
Referenced by getErrorCode().
SQLWarning* sql::SQLWarning::next [protected] |
Definition at line 34 of file warning.h.
Referenced by getNextWarning(), and setNextWarning().
const std::string sql::SQLWarning::sql_state [protected] |
Definition at line 32 of file warning.h.
Referenced by getSQLState().
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.