Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.54 KB

File metadata and controls

35 lines (29 loc) · 1.54 KB
title addBatch Method (SQLServerPreparedStatement) | 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 134f1455-c98c-4112-ab2d-9205a0db73df
author David-Engel
ms.author v-daenge

addBatch Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

Name Description
addBatch () Adds a set of parameters to the batch of commands to this SQLServerPreparedStatement object.
addBatch (java.lang.String) Adds the given SQL command to the current list of commands for this SQLServerPreparedStatement object.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class