:: com :: sun :: star :: sdb ::

exception SQLContext
Base Hierarchy
SQLContext
 ┗ ::com::sun::star::sdbc::SQLWarning
    ┗ ::com::sun::star::sdbc::SQLException
       ┗ ::com::sun::star::uno::Exception
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

Elements' Summary
Details provides special info about the details where a ::com::sun::star::sdbc::SQLException occured. As usual for SQLExceptions, several SQLContext-objects may be chained, then the most recent context is appended to the list's tail  
Elements' Details
Details
string Details;
Description
provides special info about the details where a ::com::sun::star::sdbc::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