struct SQLErrorEvent in module com::sun::star::sdb::

(Global Index)

Syntax

struct SQLErrorEvent : com::sun::star::lang::EventObject ;

Description

is invoked in case of fired database exception triggered by a database object.

Field Summary

Reason contains the exception that is going to be fired.

Field Details



Reason

Syntax

any Reason;

Description

contains the exception that is going to be fired.

Top of Page