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 Class
概念
SQLServerCallableStatement Methods
SQLServerCallableStatement Members