:: 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
- 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
- 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
Copyright © 2003 Sun Microsystems, Inc.