setNull (int, int) メソッド
渡されたパラメータの型で、指定されたパラメータを null 値に設定します。
public final void setNull(int index,
int jdbcType)
index
パラメータの番号を示す int です。
jdbcType
java.sql.Types で定義される JDBC 型のコードです。
setNull メソッドは、java.sql.PreparedStatement インターフェイスの setNull メソッドで規定されています。
SQLServerPreparedStatement クラス
setNull メソッド (SQLServerPreparedStatement)
SQLServerPreparedStatement メソッド
SQLServerPreparedStatement のメンバ