LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbcx_XDrop_idl__
20 #define __com_sun_star_sdbcx_XDrop_idl__
30 module
com { module sun { module star { module sdbcx {
void dropByIndex([in]long index)
drops an object of the related container identified by its position.
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
provides methods to remove an element of its container and to drop it from the related database.
Definition: XDrop.idl:36
void dropByName([in]string elementName)
drops an object of the related container identified by its name.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
is an exception that provides information on a database access error.
Definition: SQLException.idl:45