$sql.resultSet.beforeFirst

Moves the cursor to the front of this ResultSet object, just before the first row.
Syntax
    $sql.resultSet.beforeFirst{}
    $sql.resultSet{beforeFirst}
DocumentationMoves the cursor to the front of this ResultSet object, just before the first row. This method has no effect if the result set contains no rows.:

    Paramter:
      none
    Returns:
      none
    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