LibreOffice
LibreOffice 25.8 SDK API Reference
|
should be implemented of objects which may report warnings or non critical errors. More...
import "XWarningsSupplier.idl";
Public Member Functions | |
any | getWarnings () raises (SQLException) |
returns the first warning reported by calls on an object that supports the usage of warnings. | |
void | clearWarnings () raises (SQLException) |
clears all warnings reported for the object implementing the interface. | |
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. |
should be implemented of objects which may report warnings or non critical errors.
void clearWarnings | ( | ) | ||||
raises | ( | SQLException ) |
clears all warnings reported for the object implementing the interface.
After a call to this method, the method com::sun::star::sdbc::XWarningsSupplier::getWarnings() returns VOID until a new warning is reported for the object.
SQLException | if a database access error occurs. |
any getWarnings | ( | ) | ||||
raises | ( | SQLException ) |
returns the first warning reported by calls on an object that supports the usage of warnings.
Note: Subsequent warnings will be chained to this com::sun::star::sdbc::SQLWarning.
SQLException | if a database access error occurs. |