LibreOffice
LibreOffice 7.4 SDK API Reference
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...
 
- Public Attributes inherited from SQLException
string SQLState
 returns a string, which uses the XOPEN SQLState conventions. More...
 
long ErrorCode
 returns an integer error code that is specific to each vendor. More...
 
any NextException
 returns a chain to the next Exception. More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. 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

◆ Details

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: