Public Member Functions | |
EZSQLThrowable (const EZSQLThrowable E) | |
EZSQLThrowable (const String StatusCode, const string Msg) | |
EZSQLThrowable (const Integer ErrorCode, const string Msg) | |
EZSQLThrowable (const string Msg) | |
Public Attributes | |
Integer | ErrorCode |
string | StatusCode |
Private Attributes | |
Integer | FErrorCode |
String | FStatusCode |
Definition at line 78 of file ZDbcIntfs.pas.
EZSQLThrowable::EZSQLThrowable | ( | const string | Msg | ) |
EZSQLThrowable::EZSQLThrowable | ( | const Integer | ErrorCode, | |
const string | Msg | |||
) |
EZSQLThrowable::EZSQLThrowable | ( | const String | StatusCode, | |
const string | Msg | |||
) |
EZSQLThrowable::EZSQLThrowable | ( | const EZSQLThrowable | E | ) |
Integer EZSQLThrowable::ErrorCode |
Integer EZSQLThrowable::FErrorCode [private] |
Definition at line 83 of file ZDbcIntfs.pas.
String EZSQLThrowable::FStatusCode [private] |
Definition at line 85 of file ZDbcIntfs.pas.
string EZSQLThrowable::StatusCode |