FetchPrevious()

 variable.FetchPrevious()

This method is used to fetch the previous row from the active set. It can be used only with cursors declared WITH SCROLL. This method moves the cursor to the previous row in the active set and retrieves it. It does not accept any arguments.

CALL cur_v.FetchPrevious()