|
LibreOffice
LibreOffice 25.8 SDK API Reference
|
is used for collecting and executing a set of SQL statements. More...
Public Member Functions | |
| void | addBatch ([in]string sql) raises (SQLException) |
| adds a SQL command to the current batch of commands for the statement object. | |
| void | clearBatch () raises (SQLException) |
| makes the set of commands in the current batch empty. | |
| sequence< long > | executeBatch () raises (SQLException) |
| submits a batch of commands to the database for execution. | |
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. | |
is used for collecting and executing a set of SQL statements.
| void addBatch | ( | [in] string | sql | ) | |
| raises | ( | SQLException | |||
| ) | |||||
adds a SQL command to the current batch of commands for the statement object.
| sql | the SQL statement which should be appended to the batch. |
| SQLException | if a database access error occurs. |
| void clearBatch | ( | ) | ||
| raises | ( | SQLException | ||
| ) | ||||
makes the set of commands in the current batch empty.
| SQLException | if a database access error occurs. |
| sequence< long > executeBatch | ( | ) | ||
| raises | ( | SQLException | ||
| ) | ||||
submits a batch of commands to the database for execution.
| SQLException | if a database access error occurs. |