次の方法で共有


setByte メソッド (ISQLServerPreparedStatement)

指定されたパラメーターを、渡された byte 値に設定します。

構文

public final void setByte(int n,
                          byte x)

パラメーター

n

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

x

byte 値です。

例外

SQLServerException

解説

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

参照

リファレンス

SQLServerPreparedStatement クラス

概念

SQLServerPreparedStatement のメンバー