Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the designated parameter to the given timestamp and calendar values.
Syntax
public final void setTimestamp(int n,
java.sql.Timestamp x,
java.util.Calendar cal)
Parameters
n
An int that indicates the parameter number.
x
An Timestamp object.
cal
A Calendar object.
Exceptions
Remarks
This setTimestamp method is specified by the setTimestamp method in the java.sql.PreparedStatement interface.
See Also
setTimestamp Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class