Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.22 KB

setnull-method-sqlserverpreparedstatement.md

File metadata and controls

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

setNull Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

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

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class