Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.81 KB

File metadata and controls

52 lines (38 loc) · 1.81 KB
title updateDateTimeOffset(string) (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
ms.assetid 952947ce-7c6e-4364-b035-46cb7fe621b2
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg

updateDateTimeOffset(string, microsoft.sql.DateTimeOffset) (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Updates the value of the column specified to the DateTimeOffset Class value, given a column name.

Syntax

  
public void updateDateTimeOffset(String columnName, microsoft.sql.DateTimeOffset x)  

Parameters

columnName

The name of a column.

x

A DateTimeOffset Class object.

Exceptions

SQLServerException

Remarks

You can retrieve a DateTimeOffset Class value with SQLServerResultSet.getDateTimeOffset.

See Also

updateDateTimeOffset (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class