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