Compartir a través de


setTime Method (java.lang.String, java.sql.Time)

Sets the designated parameter to the given time value.

public void setTime(java.lang.String sCol,
                    java.sql.Time t)

Parámetros

sCol

A String that contains the parameter name.

t

A Time object.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

setTime Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members