| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
provides special information about the context where a com::sun::star::sdbc::SQLException occurred. More...
import "SQLContext.idl";
 
  
| Public Attributes | |
| string | Details | 
| provides special info about the details where a com::sun::star::sdbc::SQLException occurred. | |
| Public Attributes inherited from SQLException | |
| string | SQLState | 
| returns a string, which uses the XOPEN SQLState conventions. | |
| long | ErrorCode | 
| returns an integer error code that is specific to each vendor. | |
| any | NextException | 
| returns a chain to the next Exception. | |
| Public Attributes inherited from Exception | |
| string | Message | 
| gives a detailed description of the reason, why the exception was thrown. | |
| com::sun::star::uno::XInterface | Context | 
| should contain a reference to the original, which raised the exception. | |
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.
| 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