次の方法で共有


setBlob メソッド (ISQLServerPreparedStatement)

指定されたパラメーターを、渡された Blob オブジェクトに設定します。

構文

public final void setBlob(int i,
                          java.sql.Blob x)

パラメーター

i

パラメーターの番号を示す int です。

x

Blob オブジェクトです。

例外

SQLServerException

解説

setBlob メソッドは、java.sql.PreparedStatement インターフェイスの setBlob メソッドで規定されています。

参照

リファレンス

SQLServerPreparedStatement クラス

概念

SQLServerPreparedStatement のメンバー