| title | updateArray Method (java.lang.String, 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 | 6f2ced5a-1c7d-439a-aaa5-472b9f4fdeab | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jroth |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an Array object given the column name.
public void updateArray(java.lang.String columnName,
java.sql.Array x)
columnName
A String that contains the column name.
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