updateTimestamp Method (SQLServerResultSet)

Download JDBC driver

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

SQLServerResultSet Members
SQLServerResultSet Class