Cursor Attributes v11
Each cursor has a set of attributes associated with it that allows the program to test the state of the cursor. These attributes are %ISOPEN, %FOUND, %NOTFOUND
, and %ROWCOUNT
. These attributes are described in the following sections.
%isopen %found %notfound %rowcount summary_of_cursor_states_and_attributes