| title | setDate Method setDate Method to date value - string | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology | connectivity | |
| ms.tgt_pltfrm | ||
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 4762e2bd-5e94-4562-97d5-f023ecffc08c | |
| caps.latest.revision | 9 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | craigg |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the given date value.
public void setDate(java.lang.String sCol,
java.sql.Date d)
sCol
A String that contains the parameter name.
d
A Date object.
This setDate method is specified by the setDate method in the java.sql.CallableStatement interface.
SQLServerCallableStatement Members
SQLServerCallableStatement Class