| title | updateArray Method (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 | 66b4473d-a8c1-4d19-8487-b39d6d0597c7 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an Array object.
| Name | Description |
|---|---|
| updateArray (int, java.sql.Array) | Updates the designated column with an Array object given the column index. |
| updateArray (java.lang.String, java.sql.Array) | Updates the designated column with an Array object given the column name. |