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

exception SQLWarning
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::sdbc::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
::com::sun::star::sdbc::XConnection::getWarnings
See also
::com::sun::star::sdbc::XResultSet::getWarnings
See also
::com::sun::star::sdbc::XStatement::getWarnings

Top of Page