Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.41 KB

File metadata and controls

35 lines (29 loc) · 1.41 KB
title setTimestamp Method (SQLServerCallableStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerCallableStatement.setTimestamp
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid d4f59d5e-af85-491d-abde-eb06684745ce
author David-Engel
ms.author v-daenge

setTimestamp Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the given timestamp value.

Overload List

Name Description
setTimestamp (java.lang.String, java.sql.Timestamp) Sets the designated parameter to the given timestamp value.
setTimestamp (java.lang.String, java.sql.Timestamp, java.util.Calendar) Sets the designated parameter to the given timestamp and calendar values.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class