Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.79 KB

File metadata and controls

62 lines (47 loc) · 1.79 KB
title setTimestamp Method to timestamp and calendar values | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerCallableStatement.setTimestamp (java.lang.String, java.sql.Timestamp, java.util.Calendar))
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 09dca1f9-225a-4acb-9857-9a947e0829be
caps.latest.revision 10
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setTimestamp Method (java.lang.String, java.sql.Timestamp, java.util.Calendar)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the given timestamp and calendar values.

Syntax

  
public void setTimestamp(java.lang.String sCol,  
                         java.sql.Timestamp x,  
                         java.util.Calendar c)  

Parameters

sCol

A String that contains the parameter name.

x

A Timestamp object.

c

A Calendar object.

Exceptions

SQLServerException

Remarks

This setTimestamp method is specified by the setTimestamp method in the java.sql.CallableStatement interface.

See Also

setTimestamp Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class