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 のメンバー