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

exception SQLContext
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::sdbc::SQLException
    |
    +-::com::sun::star::sdbc::SQLWarning
       |
       +-SQLContext
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
See also
::com::sun::star::sdbc::XResultSet::getWarnings
See also
::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