Public Member Functions | |
EZDatabaseError (EZSQLThrowable E) | |
Constructs a database exception from TZSQLThrowable instance. | |
EZDatabaseError (const string Msg) | |
Constructs a database exception with a string message. | |
Public Attributes | |
Integer | ErrorCode |
String | StatusCode |
Private Member Functions | |
SetStatusCode (const String Value) | |
Private Attributes | |
Integer | FErrorCode |
String | FStatusCode |
Definition at line 114 of file ZAbstractRODataset.pas.
EZDatabaseError::EZDatabaseError | ( | const string | Msg | ) |
Constructs a database exception with a string message.
Msg | a string message which describes the error. |
Definition at line 993 of file ZAbstractRODataset.pas.
EZDatabaseError::EZDatabaseError | ( | EZSQLThrowable | E | ) |
Constructs a database exception from TZSQLThrowable instance.
E | an original TZSQLThrowable instance. |
Definition at line 1006 of file ZAbstractRODataset.pas.
EZDatabaseError::SetStatusCode | ( | const String | Value | ) | [private] |
Definition at line 1017 of file ZAbstractRODataset.pas.
Integer EZDatabaseError::ErrorCode |
FErrorCode For writing
Definition at line 138 of file ZAbstractRODataset.pas.
Integer EZDatabaseError::FErrorCode [private] |
Definition at line 119 of file ZAbstractRODataset.pas.
String EZDatabaseError::FStatusCode [private] |
Definition at line 121 of file ZAbstractRODataset.pas.
String EZDatabaseError::StatusCode |
SetStatusCode For writing
Definition at line 141 of file ZAbstractRODataset.pas.