setBlob メソッド (SQLServerPreparedStatement)
指定されたパラメーターを、渡された Blob オブジェクトに設定します。
構文
public final void setBlob(int i,
java.sql.Blob x)
パラメーター
i
パラメーターの番号を示す int です。
x
BLOB オブジェクト。
例外
解説
この setBlob メソッドは、java.sql.PreparedStatement インターフェイスの setBlob メソッドで規定されています。
参照
SQLServerPreparedStatement のメンバー
SQLServerPreparedStatement クラス