Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.38 KB

File metadata and controls

35 lines (29 loc) · 1.38 KB
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)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to a null value, given the type of parameter to set.

Overload List

Name Description
setNull (java.lang.String, int) Sets the designated parameter to a null value, given the type of parameter to set.
setNull (java.lang.String, int, java.lang.String) Sets the designated parameter to a null value, given the type and name of the parameter to set.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class