DCL 4.0
|
#include <SQL.h>
Public Member Functions | |
SQLException (SQLConnection *_conn) | |
SQLException (SQLConnection *_conn, const String &_message) | |
SQLException (SQLQuery *_query) | |
SQLException (SQLQuery *_query, const String &_message) | |
SQLException (SQLField *_field) | |
SQLException (SQLField *_field, const wchar_t *_cast, AsErrorCode errorCode) | |
SQLException (SQLField *_field, const wchar_t *_cast, Exception *_cause) | |
SQLException (SQLParam *_param) | |
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 * | __pCause |
SQLException::SQLException | ( | SQLConnection * | _conn | ) |
Definition at line 84 of file SQLException.cpp.
SQLException::SQLException | ( | SQLConnection * | _conn, |
const String & | _message ) |
Definition at line 92 of file SQLException.cpp.
SQLException::SQLException | ( | SQLQuery * | _query | ) |
Definition at line 100 of file SQLException.cpp.
SQLException::SQLException | ( | SQLQuery * | _query, |
const String & | _message ) |
Definition at line 107 of file SQLException.cpp.
SQLException::SQLException | ( | SQLField * | _field | ) |
Definition at line 115 of file SQLException.cpp.
SQLException::SQLException | ( | SQLField * | _field, |
const wchar_t * | _cast, | ||
AsErrorCode | errorCode ) |
Definition at line 145 of file SQLException.cpp.
SQLException::SQLException | ( | SQLParam * | _param | ) |
Definition at line 172 of file SQLException.cpp.
|
protected |
|
virtual |
Reimplemented from Exception.
Definition at line 181 of file SQLException.cpp.