Top   Module   Use   Manual   Index 

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

exception SQLWarning

Base Exception
com::sun::star::sdbc::SQLException

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
See also
XResultSet::getWarnings
See also
XStatement::getWarnings

Top of Page