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

exception SQLWarning
Base Hierarchy
SQLWarning
 ┗ ::com::sun::star::sdbc::SQLException
    ┗ ::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
::com::sun::star::sdbc::XConnection::getWarnings, ::com::sun::star::sdbc::XResultSet::getWarnings, ::com::sun::star::sdbc::XStatement::getWarnin

Top of Page