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

struct SQLErrorEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-SQLErrorEvent
Description
is invoked in case of fired database exception triggered by a database object.

Elements' Summary
Reason contains the exception that is going to be fired.  
Elements' Details
Reason
any Reason;
Description
contains the exception that is going to be fired.
Top of Page