Store for error messages and error codes.
Definition at line 217 of file SQLDBC.h.
|
The constructor for an SQLDBC_ErrorHndl object. After construction the ErrorHndl object does not contain errors. |
|
Returns the error code from the ErrorHndl object.
|
|
Returns the error message stored in the ErrorHndl object.
|
|
Returns the SQL state from the ErrorHndl object.
|
|
A Conversion operator.
Returns true if the ErrorHndl object contains an error. This operator makes it possible to write constructs as follows: |