setNull Method (SQLServerCallableStatement)

Download JDBC driver

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