updateTimestamp Method (SQLServerResultSet)

Updates the designated column with a timestamp value.

Overload List

Name Description

updateTimestamp (int, java.sql.Timestamp)

Updates the designated column with a timestamp value given the column index.

updateTimestamp (java.lang.String, java.sql.Timestamp)

Updates the designated column with a timestamp value given the column name.

See Also

Reference

SQLServerResultSet Class

Concepts

SQLServerResultSet Methods
SQLServerResultSet Members