Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.24 KB

addbatch-method.md

File metadata and controls

37 lines (28 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
addBatch Method ()
addBatch Method ()
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPreparedStatement.addBatch ()
Assembly

addBatch Method ()

[!INCLUDEDriver_JDBC_Download]

Adds a set of parameters to the batch of commands for this SQLServerPreparedStatement object.

Syntax

  
public final void addBatch()  

Exceptions

SQLServerException

Remarks

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

See Also

addBatch Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class