Sets the designated parameter to the given time value.
public void setTime(java.lang.String sCol, java.sql.Time t)
Parameters
sCol
A string that contains the parameter name.
t
A Time object.
Exceptions
Remarks
This setTime method is specified by the setTime method in the java.sql.CallableStatement interface.