Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.69 KB

File metadata and controls

32 lines (25 loc) · 1.69 KB
title updateDateTimeOffset (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
ms.assetid 40d7fced-cce1-4534-b794-71bc735e53e0
author David-Engel
ms.author v-daenge

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