Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.35 KB

File metadata and controls

43 lines (34 loc) · 1.35 KB
title addBatch Method () | 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
SQLServerPreparedStatement.addBatch ()
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 737c3785-e2d4-4b5c-8718-c0e435b50599
author MightyPen
ms.author genemi
manager craigg

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