Condividi tramite


setNull Method (int, int)

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

public final void setNull(int index,
                          int jdbcType)

Parametri

index

An int that indicates the parameter number.

jdbcType

A JDBC type code that is defined by java.sql.Types.

Eccezioni

SQLServerException

Osservazioni

This setNull method is specified by the setNull method in the java.sql.PreparedStatement interface.

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

setNull Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members