| title | updateArray Method (int, java.sql.Array) |
|---|---|
| description | updateArray Method (int, java.sql.Array) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerResultSet.updateArray (int, java.sql.Array) |
| apitype | Assembly |
[!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