Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.48 KB

File metadata and controls

50 lines (38 loc) · 1.48 KB
title getArray Method (int) (SQLServerResultSet) | 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.getArray (int)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 377746c7-8c9c-41f5-8490-ca0dd56fd57a
author David-Engel
ms.author v-daenge

getArray Method (int) (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as an Array object.

Syntax

  
public java.sql.Array getArray(int i)  

Parameters

i

An int that indicates the column index.

Return Value

An Array object.

Exceptions

SQLServerException

Remarks

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

See Also

getArray Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class