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. More...
|
|
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. More...
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More...
|
|
void | acquire () |
| increases the reference counter by one. More...
|
|
void | release () |
| decreases the reference counter by one. More...
|
|
provides methods to remove an element of its container and to drop it from the related database.