setBinaryStream (int, java.io.InputStream) メソッド
指定されたパラメーターを、指定された入力ストリームに設定します。
構文
public final void setAsciiStream(int parameterIndex,
java.io.InputStream x)
パラメーター
parameterIndex
パラメーターの番号を示す int です。
x
java.io.InputStream オブジェクト。
例外
解説
この setBinaryStream メソッドは、java.sql.PreparedStatement インターフェイスの setBinaryStream メソッドによって指定されます。
参照
setBinaryStream メソッド (SQLServerPreparedStatement)
SQLServerPreparedStatement のメンバー