| title | setNull Method (SQLServerPreparedStatement) |
|---|---|
| description | setNull Method (SQLServerPreparedStatement) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerPreparedStatement.setNull |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to a null value, given the type of parameter to set.
| 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. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class