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