Metodo setTimestamp (int, java.sql.Timestamp)
Imposta il parametro designato sul valore di timestamp specificato.
Sintassi
public final void setTimestamp(int n,
java.sql.Timestamp x)
Parametri
n
Valore int che indica il numero di parametro.
x
Oggetto Timestamp.
Eccezioni
Osservazioni:
Questo metodo setTimestamp viene specificato dal metodo setTimestamp nell'interfaccia java.sql.PreparedStatement.
Vedi anche
Metodo setTimestamp (SQLServerPreparedStatement)
Membri di SQLServerPreparedStatement
Classe SQLServerPreparedStatement