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. | |
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. | |
![]() | |
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. | |
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. |