updateTimestamp 方法 (int, java.sql.Timestamp)
透過給定的資料行索引,使用時間戳記值來更新指定的資料行。
語法
public void updateTimestamp(int index,
java.sql.Timestamp x)
參數
index
指出資料行索引的 int。
x
時間戳記值。
例外狀況
備註
這個 updateTimestamp 方法是由 java.sql.ResultSet 介面中的 updateTimestamp 方法指定。
另請參閱
updateTimestamp 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別