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