Sets the designated parameter to the given timestamp value.

public void setTimestamp(java.lang.String sCol,
                         java.sql.Timestamp t)

Parameters

sCol

A string that contains the parameter name.

t

A Timestamp object.

Exceptions

SQLServerException

Remarks

This setTimestamp method is specified by the setTimestamp method in the java.sql.CallableStatement interface.

See Also