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