הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Retrieves whether the current row has been updated.
Syntax
public boolean rowUpdated()
Return Value
true if both the row has been visibly updated by the owner or another user, and updates are detected. Otherwise, false.
Exceptions
Remarks
This rowUpdated method is specified by the rowUpdated method in the java.sql.ResultSet interface.
The value that is returned depends on whether or not the result set can detect updates.
Note
SQL Server does not detect updated rows for any cursor type.