Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.32 KB

File metadata and controls

47 lines (34 loc) · 1.32 KB
title updateArray Method (int, java.sql.Array)
description updateArray Method (int, java.sql.Array)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateArray (int, java.sql.Array)
apitype Assembly

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