Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

setdatetimeoffset-method-sqlserverpreparedstatement.md

File metadata and controls

41 lines (28 loc) · 1.3 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
setDateTimeOffset Method (SQLServerPreparedStatement)
setDateTimeOffset Method (SQLServerPreparedStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
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