Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.63 KB

File metadata and controls

30 lines (23 loc) · 1.63 KB
title updateDateTimeOffset (SQLServerResultSet)
description updateDateTimeOffset (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

updateDateTimeOffset (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

This method was added in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] JDBC Driver 3.0.

Updates the value of the column specified to a DateTimeOffset Class value.

Overload List

Name Description
updateDateTimeOffset(int, microsoft.sql.DateTimeOffset) Updates the value of the column specified to the DateTimeOffset Class value, given a zero-based column ordinal.
updateDateTimeOffset(string, microsoft.sql.DateTimeOffset) Updates the value of the column specified to the DateTimeOffset Class value, given a column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class