Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Deletes the current row from thisSQLServerResultSet object and from the underlying database.
Syntax
public void deleteRow()
Exceptions
Remarks
This deleteRow method is specified by the deleteRow method in the java.sql.ResultSet interface.
This method cannot be called when the cursor is on the insert row.
When using keyset cursors, this method leaves a gap in the result set. You can test for this gap by using the rowDeleted method. The row numbers of the rows in the result set do not change.