rowUpdated Method (SQLServerResultSet)
Retrieves whether the current row has been updated.
public boolean rowUpdated()
반환 값
true if both the row has been visibly updated by the owner or another user, and updates are detected. Otherwise, false.
예외
주의
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.
참고
SQL Server does not detect updated rows for any cursor type.