--- 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) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Retrieves the value of the designated parameter as an object in the Java programming language. ## Overload List |Name|Description| |----------|-----------------| |[getObject (int)](../../../connect/jdbc/reference/getobject-method-int.md)|Retrieves the value of the designated parameter as an object in the Java programming language given the parameter index.| |[getObject (int, java.util.Map)](../../../connect/jdbc/reference/getobject-method-int-java-util-map.md)|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)](../../../connect/jdbc/reference/getobject-method-java-lang-string.md)|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)](../../../connect/jdbc/reference/getobject-method-java-lang-string-java-util-map.md)|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](../../../connect/jdbc/reference/sqlservercallablestatement-members.md) [SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)