Freigeben über


rowUpdated Method (SQLServerResultSet)

Retrieves whether the current row has been updated.

public boolean rowUpdated()

Rückgabewert

true if both the row has been visibly updated by the owner or another user, and updates are detected. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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.

Hinweis

SQL Server does not detect updated rows for any cursor type.

Siehe auch

Verweis

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members