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 209 of file SQLDBC.h.
SQLDBC_ErrorHndl& SQLDBC::SQLDBC_ConnectionItem::error | ( | ) |
Returns a reference to the ErrorHndl object.
void SQLDBC::SQLDBC_ConnectionItem::clearError | ( | ) |
Deletes the error has been stored.
SQLDBC_SQLWarning* SQLDBC::SQLDBC_ConnectionItem::warning | ( | ) |
Returns a reference to an SQLWarning object stored in the SQLDBC_ConnectionItem object.
void SQLDBC::SQLDBC_ConnectionItem::clearWarnings | ( | ) |
Deletes the warning stored in the SQLWarning object.