Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.47 KB

File metadata and controls

59 lines (46 loc) · 1.47 KB
title setArray Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerPreparedStatement.setArray
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b7fb66d4-6a42-43d0-ba68-8514816917cb
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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