| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides for the deletion of more than one row at a time. More...
import "XDeleteRows.idl";
 
  
| Public Member Functions | |
| sequence< long > | deleteRows ([in]sequence< any > rows) raises (com::sun::star::sdbc::SQLException) | 
| deletes one or more rows identified by their bookmarks. | |
| Public Member Functions inherited from XInterface | |
| 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 for the deletion of more than one row at a time.
| sequence< long > deleteRows | ( | [in] sequence< any > | rows | ) | ||
| raises | ( | com::sun::star::sdbc::SQLException ) | ||||
deletes one or more rows identified by their bookmarks.
| rows | list of bookmarks identifying the rows. | 
| com::sun::star::sdbc::SQLException | if a fatal error occurs, for instance, the connection gets lost if bookmarks are used which do not belong to the according result set. |