| title | setTimestamp Method to timestamp value | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | dc45b126-3196-47ff-956b-cbc897980ff8 | |
| caps.latest.revision | 9 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard | |
| ms.workload | Inactive |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the given timestamp value.
public void setTimestamp(java.lang.String sCol,
java.sql.Timestamp t)
sCol
A String that contains the parameter name.
t
A Timestamp object.
This setTimestamp method is specified by the setTimestamp method in the java.sql.CallableStatement interface.
setTimestamp Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class