| title | updateArray Method (int, java.sql.Array) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 464f7e3f-3e8a-4b2d-aebd-1c040583d52c | |
| caps.latest.revision | 8 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | craigg | |
| ms.workload | Inactive |
[!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