interface XSQLErrorBroadcaster in module com::sun::star::sdb::

(Global Index)

Syntax

interface XSQLErrorBroadcaster : com::sun::star::uno::XInterface ;

Description

interface for notifying potential listeners of SQLException s posted by any database object.

Method Summary

addSQLErrorListener adds the specified listener to receive the event "errorOccured"

removeSQLErrorListener removes the specified listener.

Method Details



addSQLErrorListener

Syntax

oneway void addSQLErrorListener (
com::sun::star::sdb::XSQLErrorListener _rListener );

Description

adds the specified listener to receive the event "errorOccured"

Parameter com::sun::star::sdb::XSQLErrorListener


removeSQLErrorListener

Syntax

oneway void removeSQLErrorListener (
com::sun::star::sdb::XSQLErrorListener _rListener );

Description

removes the specified listener.

Parameter com::sun::star::sdb::XSQLErrorListener

Top of Page