Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.34 KB

File metadata and controls

42 lines (29 loc) · 1.34 KB
title setDateTimeOffset Method (SQLServerPreparedStatement)
description setDateTimeOffset Method (SQLServerPreparedStatement)
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

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