|
DCL 3.7.4
|
#include <SQL.h>
Public Member Functions | |
| SQLException (SQLConnection *_conn, Exception *_cause) | |
| SQLException (SQLConnection *_conn, const String &_message) | |
| SQLException (SQLQuery *_query, Exception *_cause) | |
| SQLException (SQLQuery *_query, const String &_message) | |
| SQLException (SQLField *_field, Exception *_cause) | |
| SQLException (SQLField *_field, const wchar_t *_cast, AsErrorCode errorCode) | |
| SQLException (SQLField *_field, const wchar_t *_cast, Exception *_cause) | |
| virtual String | toString () const |
| Public Member Functions inherited from Exception | |
| Exception (Exception *_cause=NULL) | |
| const Exception * | cause () const |
| String | toStringAll () const |
| virtual void | destroy () |
| Public Member Functions inherited from Object | |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
Protected Member Functions | |
| String | getServerMessage (SQL::Connection *_connHandle) |
| Protected Member Functions inherited from Exception | |
| virtual | ~Exception () |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Additional Inherited Members | |
| Protected Attributes inherited from Exception | |
| Exception * | __cause |
| SQLException::SQLException | ( | SQLConnection * | _conn, |
| Exception * | _cause ) |
Definition at line 81 of file SQLException.cpp.
| SQLException::SQLException | ( | SQLConnection * | _conn, |
| const String & | _message ) |
Definition at line 89 of file SQLException.cpp.
Definition at line 97 of file SQLException.cpp.
| SQLException::SQLException | ( | SQLQuery * | _query, |
| const String & | _message ) |
Definition at line 106 of file SQLException.cpp.
Definition at line 114 of file SQLException.cpp.
| SQLException::SQLException | ( | SQLField * | _field, |
| const wchar_t * | _cast, | ||
| AsErrorCode | errorCode ) |
Definition at line 146 of file SQLException.cpp.
|
protected |
|
virtual |
Reimplemented from Exception.
Definition at line 174 of file SQLException.cpp.