LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to remove an element of its container and to drop it from the related database. More...
import"XDrop.idl";
Public Member Functions | |
void | dropByName ([in]string elementName) raises (com::sun::star::sdbc::SQLException, com::sun::star::container::NoSuchElementException) |
drops an object of the related container identified by its name. More... | |
void | dropByIndex ([in]long index) raises (com::sun::star::sdbc::SQLException, com::sun::star::lang::IndexOutOfBoundsException) |
drops an object of the related container identified by its position. More... | |
![]() | |
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... | |
provides methods to remove an element of its container and to drop it from the related database.
void dropByIndex | ( | [in] long | index | ) | |
raises | ( | com::sun::star::sdbc::SQLException, | |||
com::sun::star::lang::IndexOutOfBoundsException | |||||
) |
drops an object of the related container identified by its position.
index | the position of the element to be dropped |
com::sun::star::sdbc::SQLException | if a database access error occurs. |
void dropByName | ( | [in] string | elementName | ) | |
raises | ( | com::sun::star::sdbc::SQLException, | |||
com::sun::star::container::NoSuchElementException | |||||
) |
drops an object of the related container identified by its name.
elementName | the name of the element to be dropped |
com::sun::star::sdbc::SQLException | if a database access error occurs. |