LibreOffice
LibreOffice 24.2 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. More... | |
void | clearWarnings () raises (SQLException) |
clears all warnings reported for the object implementing the interface. 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... | |
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. |