Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB
title setNull Method (SQLServerCallableStatement)
description setNull Method (SQLServerCallableStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.setNull
apitype Assembly

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