provides methods to remove an element of its container and to drop it from the related database.
More...
|
| 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.