Freigeben über


setTimestamp Method (int, java.sql.Timestamp)

Sets the designated parameter to the given timestamp value.

public final void setTimestamp(int n,
                               java.sql.Timestamp x)

Parameter

n

An int that indicates the parameter number.

x

A Timestamp object.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerPreparedStatement Class

Konzepte

setTimestamp Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members