(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: sdbcx ::

interface XDrop
Description
provides methods to remove an element of its container and to drop it from the related database.

Methods' Summary
dropByName drops an object of the related container identified by its name.  
dropByIndex drops an object of the related container identified by its position.  
Methods' Details
dropByName
void
dropByName( [in] string  elementName )
raises( ::com::sun::star::sdbc::SQLException,
::com::sun::star::container::NoSuchElementException );

Description
drops an object of the related container identified by its name.
Parameter elementName
the name of the element to be dropped
Throws
com::sun::star::sdbc::SQLException if a database access error occurs.
dropByIndex
void
dropByIndex( [in] long  index )
raises( ::com::sun::star::sdbc::SQLException,
::com::sun::star::lang::IndexOutOfBoundsException );

Description
drops an object of the related container identified by its position.
Parameter index
the position of the element to be dropped
Throws
com::sun::star::sdbc::SQLException if a database access error occurs.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.