LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XSQLErrorBroadcaster Interface Referencepublished

interface for notifying potential listeners of com::sun::star::sdbc::SQLException s posted by any database object. More...

import"XSQLErrorBroadcaster.idl";

Inheritance diagram for XSQLErrorBroadcaster:
XInterface FormController XFormController DataSourceBrowser FormController

Public Member Functions

void addSQLErrorListener ([in]XSQLErrorListener Listener)
 adds the specified listener to receive the event "errorOccurred" More...
 
void removeSQLErrorListener ([in]XSQLErrorListener Listener)
 removes the specified listener. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

interface for notifying potential listeners of com::sun::star::sdbc::SQLException s posted by any database object.

Member Function Documentation

◆ addSQLErrorListener()

void addSQLErrorListener ( [in] XSQLErrorListener  Listener)

adds the specified listener to receive the event "errorOccurred"

◆ removeSQLErrorListener()

void removeSQLErrorListener ( [in] XSQLErrorListener  Listener)

removes the specified listener.


The documentation for this interface was generated from the following file: