LibreOffice
LibreOffice 24.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. 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... | |
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