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