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.
Retrieves whether the current row has had an insertion.
Syntax
public boolean rowInserted()
Return Value
true if a row has had an insertion and insertions are detected. Otherwise, false.
Exceptions
Remarks
This rowUpdated method is specified by the rowUpdated method in the java.sql.ResultSet interface.
The value that is returned depends on whether this SQLServerResultSet object can detect visible inserts.
Note
SQL Server does not detect inserted rows for any cursor type.