Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.55 KB

File metadata and controls

52 lines (39 loc) · 1.55 KB
title setDateTimeOffset Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid 5014dba9-1755-4769-b070-6cbeecee864e
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setDateTimeOffset Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

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

Sets the value of the column specified to the DateTimeOffset Class value.

Syntax

  
public final void setDateTimeOffset(int n, microsoft.sql.DateTimeOffset x)  

Parameters

n

The zero-based ordinal of a column.

x

The DateTimeOffset Class object.

Exceptions

SQLServerException

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class