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