| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 464f7e3f-3e8a-4b2d-aebd-1c040583d52c | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an Array object given the column index.
public void updateArray(int columnIndex,
java.sql.Array x)
columnIndex
An int that indicates the column index.
x
An Array object.
This updateArray method is specified by the updateArray method in the java.sql.ResultSet interface.
updateArray Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class