Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.49 KB

updatetimestamp-method-java-lang-string-java-sql-timestamp.md

File metadata and controls

47 lines (34 loc) · 1.49 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateTimestamp Method (java.lang.String, java.sql.Timestamp)
updateTimestamp Method (java.lang.String, java.sql.Timestamp)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateTimestamp (java.lang.String, java.sql.Timestamp)
Assembly

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

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateTimestamp(java.lang.String columnName,  
                            java.sql.Timestamp x)  

Parameters

columnName

A String that contains the column name.

x

A timestamp value.

Exceptions

SQLServerException

Remarks

This updateTimestamp method is specified by the updateTimestamp method in the java.sql.ResultSet interface.

See Also

updateTimestamp Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class