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 {
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
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
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.
void dropByIndex([in]long index)
drops an object of the related container identified by its position.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22