title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
addBatch Method (SQLServerStatement) |
addBatch Method (SQLServerStatement) |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerStatement.addBatch |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Adds the given SQL command to the current list of commands for this SQLServerStatement object.
public void addBatch(java.lang.String sql)
sql
A String that contains an SQL statement.
This addBatch method is specified by the addBatch method in the java.sql.Statement interface.