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

struct SQLErrorEvent
Base Hierarchy
SQLErrorEvent
 ┗ ::com::sun::star::lang::EventObject
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