Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.43 KB

File metadata and controls

30 lines (24 loc) · 1.43 KB
title addBatch Method (SQLServerPreparedStatement)
description addBatch Method (SQLServerPreparedStatement)
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 (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