次の方法で共有


setTimestamp (int, java.sql.Timestamp) メソッド

JDBC ドライバーのダウンロード

指定されたパラメーターを、渡されたタイムスタンプ値に設定します。

構文

  
public final void setTimestamp(int n,  
                               java.sql.Timestamp x)  

パラメーター

n

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

x

Timestamp オブジェクト。

例外

SQLServerException

解説

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

参照

setTimestamp メソッド (SQLServerPreparedStatement)
SQLServerPreparedStatement のメンバー
SQLServerPreparedStatement クラス