Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.36 KB

File metadata and controls

35 lines (29 loc) · 1.36 KB
title setTimestamp Method (SQLServerPreparedStatement) | 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
SQLServerPreparedStatement.setTimestamp
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1de95320-3085-4b34-b722-a02aaa2dd6b0
author David-Engel
ms.author v-daenge

setTimestamp Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the given timestamp value.

Overload List

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

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class