Moves backward through the table from the end, looking for a row that exactly matches a value or full set of values in the current index.
public Boolean findLast()
True if successful, false otherwise.
To specify the value to search for, set the column value for each column in the index. The cursor is left on the first row found that exactly matches the index value. On failure the cursor position is before the first row (isBOF()).