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