| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 377746c7-8c9c-41f5-8490-ca0dd56fd57a | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as an Array object.
public java.sql.Array getArray(int i)
i
An int that indicates the column index.
An Array object.
This getArray method is specified by the getArray method in the java.sql.ResultSet interface.
getArray Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class