Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.33 KB

File metadata and controls

35 lines (29 loc) · 1.33 KB
title updateTimestamp Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.updateTimestamp
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid f81f7ba0-7d75-4b42-861c-be00c0032335
author David-Engel
ms.author v-daenge

updateTimestamp Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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