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

exception SQLWarning
Base Hierarchy
SQLWarningSQLException
    ┗ ::com::sun::star::uno::Exception
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::getWarnings, XResultSet::getWarnings, XStatement::getWarnings

Top of Page