Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.33 KB

File metadata and controls

51 lines (38 loc) · 1.33 KB
title setArray 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.setArray
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b7fb66d4-6a42-43d0-ba68-8514816917cb
author David-Engel
ms.author v-daenge

setArray Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter number to the given Array object.

Syntax

  
public final void setArray(int i,  
                           java.sql.Array x)  

Parameters

i

An int that indicates the parameter number.

x

An Array object.

Exceptions

SQLServerException

Remarks

This setArray method is specified by the setArray method in the java.sql.PreparedStatement interface.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class