Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.26 KB

settimestamp-method-sqlserverpreparedstatement.md

File metadata and controls

30 lines (24 loc) · 1.26 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
setTimestamp Method (SQLServerPreparedStatement)
setTimestamp Method (SQLServerPreparedStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPreparedStatement.setTimestamp
Assembly

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