:: 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.

Top of Page