Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.34 KB

File metadata and controls

42 lines (33 loc) · 1.34 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 David-Engel
ms.author v-daenge

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