Inheritance diagram for SQLDBC::SQLDBC_ConnectionItem:
Base class to administrate the error handling within SQLDBC.
A ConnectionItem is an object that is referenced by connection, and it is directly bound to it. A Statement, PreparedStatement or a ResultSet object references this object.. Any SQLDBC_ConnectionItem has an ErrorHndl and a Warning member. They are set after an, unsuccessful operation.
Definition at line 330 of file SQLDBC.h.
|
Deletes the error has been stored.
|
|
Deletes the warning stored in the SQLWarning object.
|
|
Returns a reference to the ErrorHndl object.
|
|
Returns a reference to an SQLWarning object stored in the SQLDBC_ConnectionItem object.
|