| title | addBatch Method (SQLServerPreparedStatement) |
|---|---|
| description | addBatch Method (SQLServerPreparedStatement) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerPreparedStatement.addBatch |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Adds a set of parameters to the batch of commands for this SQLServerPreparedStatement object.
| Name | Description |
|---|---|
| addBatch () | Adds a set of parameters to the batch of commands to this SQLServerPreparedStatement object. |
| addBatch (java.lang.String) | Adds the given SQL command to the current list of commands for this SQLServerPreparedStatement object. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class