exception SQLWarning in module com::sun::star::sdbc::

(Global Index)

Syntax

exception SQLWarning : 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