Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.2 KB

File metadata and controls

37 lines (28 loc) · 1.2 KB
title addBatch Method ()
description addBatch Method ()
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.addBatch ()
apitype 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