--- title: "setNull 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.setNull" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 842dbcfb-7f6a-46d5-b386-c6cbb879a23d author: David-Engel ms.author: v-daenge --- # setNull Method (SQLServerCallableStatement) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Sets the designated parameter to a null value, given the type of parameter to set. ## Overload List |Name|Description| |----------|-----------------| |[setNull (java.lang.String, int)](../../../connect/jdbc/reference/setnull-method-java-lang-string-int.md)|Sets the designated parameter to a null value, given the type of parameter to set.| |[setNull (java.lang.String, int, java.lang.String)](../../../connect/jdbc/reference/setnull-method-java-lang-string-int-java-lang-string.md)|Sets the designated parameter to a null value, given the type and name of the parameter to set.| ## See Also [SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md) [SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)