Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.3 KB

File metadata and controls

35 lines (29 loc) · 1.3 KB
title getArray Method (SQLServerCallableStatement) | 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
SQLServerCallableStatement.getArray
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c21cb48c-a45f-491c-a7cd-4e82d1e178d4
author David-Engel
ms.author v-daenge

getArray Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as an Array object.

Overload List

Name Description
getArray (int) Retrieves the value of the designated parameter as an Array object given the parameter index.
getArray (java.lang.String) Retrieves the value of the designated parameter as an Array object given the parameter name.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class