Sets the designated parameter to the given timestamp and calendar values.
public void setTimestamp(java.lang.String sCol, java.sql.Timestamp x, java.util.Calendar c)
Parameters
sCol
A string that contains the parameter name.
x
A Timestamp object.
c
A Calendar object.
Exceptions
Remarks
This setTimestamp method is specified by the setTimestamp method in the java.sql.CallableStatement interface.