Compartir a través de


Método setTimestamp (java.lang.String, java.sql.Timestamp)

Establece el parámetro designado para el valor de marca de tiempo determinado.

Sintaxis

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

Parámetros

sCol

Un separador String que contiene el nombre del parámetro.

t

Un objeto Timestamp.

Excepciones

SQLServerException

Notas

El método setTimestamp especifica este método setTimestamp en la interfaz java.sql.CallableStatement.

Vea también

Referencia

Clase SQLServerCallableStatement

Conceptos

Método setTimestamp (SQLServerCallableStatement)
Miembros SQLServerCallableStatement