Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.92 KB

File metadata and controls

37 lines (31 loc) · 1.92 KB
title getObject 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.getObject
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c5cc562f-2c5a-4fdb-a552-dfb08c2bf0ad
author David-Engel
ms.author v-daenge

getObject Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as an object in the Java programming language.

Overload List

Name Description
getObject (int) Retrieves the value of the designated parameter as an object in the Java programming language given the parameter index.
getObject (int, java.util.Map) Retrieves the value of the designated parameter as an object in the Java programming language given the parameter index, using the given Map object.
getObject (java.lang.String) Retrieves the value of the designated parameter as an object in the Java programming language given the parameter name.
getObject (java.lang.String, java.util.Map) Retrieves the value of the designated parameter as an object in the Java programming language given the parameter name, using the given Map object.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class