Condividi tramite


setTimestamp Method (java.lang.String, java.sql.Timestamp)

Sets the designated parameter to the given timestamp value.

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

Parametri

sCol

A String that contains the parameter name.

t

A Timestamp object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

setTimestamp Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members