Name | Arguments | Description |
addBatch
| sql
|
Adds the sql to this batch.
|
executeBatch
| |
Executes this batch, and returns an array of integers that correspond to
the execution result of each SQL statement.
|
getBatchSize
| |
Returns the current number of SQL statements in this batch.
|