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)

参数

n

An int that indicates the parameter number.

x

A Timestamp object.

异常

SQLServerException

备注

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

另请参见

参考

SQLServerPreparedStatement Class

概念

setTimestamp Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members