Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.2 KB

addbatch-method-sqlserverstatement.md

File metadata and controls

41 lines (30 loc) · 1.2 KB
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

addBatch Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Adds the given SQL command to the current list of commands for this SQLServerStatement object.

Syntax

  
public void addBatch(java.lang.String sql)  

Parameters

sql

A String that contains an SQL statement.

Exceptions

SQLServerException

Remarks

This addBatch method is specified by the addBatch method in the java.sql.Statement interface.

See Also

SQLServerStatement Members
SQLServerStatement Class