updateTimestamp 方法 (int, java.sql.Timestamp)

下载 JDBC 驱动程序

根据给定的列索引使用时间戳值更新指定的列。

语法

  
public void updateTimestamp(int index,  
                            java.sql.Timestamp x)  

参数

index

指示列索引的 int 。

x

时间戳值。

例外

SQLServerException

备注

此 updateTimestamp 方法是由 java.sql.ResultSet 接口中的 updateTimestamp 方法指定的。

另请参阅

updateTimestamp 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类