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" | |
| void | removeSQLErrorListener ([in]XSQLErrorListener Listener) | 
| removes the specified listener. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.