exception SQLContext in module com::sun::star::sdb::

(Global Index)

Syntax

exception SQLContext : com::sun::star::sdbc::SQLWarning ;

Description

provides special information about the context where a SQLException occurred. As usual for SQLExceptions, several SQLContext-objects may be chained, then the most recent context is appended to the list's tail.

See also

XConnection::getWarnings

See also

XResultSet::getWarnings

See also

XStatement::getWarnings

Field Summary

Details provides special info about the details where a SQLException occured. As usual for SQLExceptions, several SQLContext-objects may be chained, then the most recent context is appended to the list's tail

Field Details



Details

Syntax

string Details;

Description

provides special info about the details where a SQLException occured. As usual for SQLExceptions, several SQLContext-objects may be chained, then the most recent context is appended to the list's tail

Top of Page