Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.26 KB

File metadata and controls

35 lines (29 loc) · 1.26 KB
title updateTime 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.updateTime
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 74570541-a041-413b-8abd-73ced9bf8900
author David-Engel
ms.author v-daenge

updateTime Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a time value.

Overload List

Name Description
updateTime (int, java.sql.Time) Updates the designated column with a time value given the column index.
updateTime (java.lang.String, java.sql.Time) Updates the designated column with a time value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class