LibreOffice
LibreOffice 24.2 SDK API Reference
|
interface for notifying potential listeners of com::sun::star::sdbc::SQLException s posted by any database object. More...
import"XSQLErrorBroadcaster.idl";
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... | |
interface for notifying potential listeners of com::sun::star::sdbc::SQLException s posted by any database object.
void addSQLErrorListener | ( | [in] XSQLErrorListener | Listener | ) |
adds the specified listener to receive the event "errorOccurred"
void removeSQLErrorListener | ( | [in] XSQLErrorListener | Listener | ) |
removes the specified listener.