Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Sets the designated parameter to the given timestamp value.
Syntax
public final void setTimestamp(int n,
java.sql.Timestamp x)
Parameters
n
An int that indicates the parameter number.
x
A Timestamp 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