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