다음을 통해 공유


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.

예외

SQLServerException

주의

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.

참고 항목

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members