다음을 통해 공유


rowDeleted Method (SQLServerResultSet)

Retrieves whether a row has been deleted.

public boolean rowDeleted()

반환 값

true if a row was deleted and deletions are detected. Otherwise, false.

예외

SQLServerException

주의

This rowDeleted method is specified by the rowDeleted method in the java.sql.ResultSet interface.

A deleted row might leave a visible hole in a result set. This method can be used to detect holes in a result set. The value that is returned depends on whether this SQLServerResultSet object can detect deletions.

참고

SQL Server detects deleted rows for all updatable cursor types, though the detection is transient for forward and dynamic cursors.

참고

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members