Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

File metadata and controls

30 lines (24 loc) · 1.17 KB
title updateArray Method (SQLServerResultSet)
description updateArray Method (SQLServerResultSet)
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
apitype Assembly

updateArray Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an Array object.

Overload List

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.

See Also

SQLServerResultSet Members
SQLServerResultSet Class