Sets the designated parameter to the given time and calendar values.

public void setTime(java.lang.String sCol,
                    java.sql.Time x,
                    java.util.Calendar c)

Parameters

sCol

A string that contains the parameter name.

x

A Time object.

c

A Calendar object.

Exceptions

SQLServerException

Remarks

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

See Also