LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SQLContext Exception Referencepublished

provides special information about the context where a com::sun::star::sdbc::SQLException occurred. More...

import "SQLContext.idl";

Inheritance diagram for SQLContext:
SQLWarning SQLException Exception

Public Attributes

string Details
 provides special info about the details where a com::sun::star::sdbc::SQLException occurred. More...
 

Detailed Description

provides special information about the context where a com::sun::star::sdbc::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
com::sun::star::sdbc::XConnection::getWarnings
com::sun::star::sdbc::XResultSet::getWarnings
com::sun::star::sdbc::XStatement::getWarnings

Member Data Documentation

string Details

provides special info about the details where a com::sun::star::sdbc::SQLException occurred.

As usual for SQLExceptions, several SQLContext-objects may be chained, then the most recent context is appended to the list's tail


The documentation for this exception was generated from the following file: