$sql.resultSet.previous

Moves the cursor to the previous row in this ResultSet object.
Syntax
    $sql.resultSet.previous{}
    $sql.resultSet{previous}
DocumentationMoves the cursor to the previous row in this ResultSet object.:

    Paramter:
      none
    Returns:
      1 if the cursor is on a valid row; 0 if it is off the result set
    Throws:
      SQLException - if a database access error occurs or the result set type is TYPE_FORWARD_ONLY
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0