--- title: "registerOutParameter 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.registerOutParameter" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 82f8d608-efc1-4af8-a985-ec25d19420aa author: David-Engel ms.author: v-daenge --- # registerOutParameter Method (SQLServerCallableStatement) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Registers the OUT parameter. ## Overload List |Name|Description| |----------|-----------------| |[registerOutParameter (int, int)](../../../connect/jdbc/reference/registeroutparameter-method-int-int.md)|Registers the OUT parameter in the specified ordinal position to the given JDBC type.| |[registerOutParameter (int, int, int)](../../../connect/jdbc/reference/registeroutparameter-method-int-int-int.md)|Registers the OUT parameter in the specified ordinal position to the given JDBC type and scale.| |[registerOutParameter (int, int, java.lang.String)](../../../connect/jdbc/reference/registeroutparameter-method-int-int-java-lang-string.md)|Registers the OUT parameter in the specified ordinal position to the given JDBC type and type name.| |[registerOutParameter (java.lang.String, int)](../../../connect/jdbc/reference/registeroutparameter-method-java-lang-string-int.md)|Registers the OUT parameter with the specified name to the given JDBC type.| |[registerOutParameter (java.lang.String, int, int)](../../../connect/jdbc/reference/registeroutparameter-method-java-lang-string-int-int.md)|Registers the OUT parameter with the specified name to the given JDBC type and scale.| |[registerOutParameter (java.lang.String, int, java.lang.String)](../../../connect/jdbc/reference/registeroutparameter-method-java-lang-string-int-java-lang-string.md)|Registers the OUT parameter with the specified name to the given JDBC type and type name.| ## See Also [SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md) [SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)