| title | addBatch Method (SQLServerStatement) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 95924a8b-a43c-4133-aff6-1d712e60e234 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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.