setShort メソッド (SQLServerPreparedStatement)
指定されたパラメータを、渡された short 値に設定します。
public final void setShort(int index,
short x)
パラメーター
index
パラメータの番号を示す int です。
x
short 値です。
例外
解説
setShort メソッドは、java.sql.PreparedStatement インターフェイスの setShort メソッドで規定されています。
参照
関連項目
SQLServerPreparedStatement クラス
概念
SQLServerPreparedStatement のメソッド
SQLServerPreparedStatement のメンバー