:: com :: sun :: star :: sdbc ::

exception SQLWarning
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-SQLException
    |
    +-SQLWarning
Description
is an exception that provides information on database access warnings. Warnings are silently chained to the object whose method caused it to be reported.
See also
XConnection::b0@b0@n
See also
XResultSet::getWarnings
See also
XStatement::getWarnings

Top of Page