Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.45 KB

File metadata and controls

52 lines (39 loc) · 1.45 KB
title updateArray Method (int, java.sql.Array) | 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
SQLServerResultSet.updateArray (int, java.sql.Array)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 464f7e3f-3e8a-4b2d-aebd-1c040583d52c
author David-Engel
ms.author v-daenge

updateArray Method (int, java.sql.Array)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an Array object given the column index.

Syntax

  
public void updateArray(int columnIndex,  
                        java.sql.Array x)  

Parameters

columnIndex

An int that indicates the column index.

x

An Array object.

Exceptions

SQLServerException

Remarks

This updateArray method is specified by the updateArray method in the java.sql.ResultSet interface.

See Also

updateArray Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class