$sql.resultSet.close

Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
Syntax
    $sql.resultSet.close{}
    $sql.resultSet{close}
DocumentationReleases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
Note: A ResultSet object is automatically closed by the Statement object that generated it when that Statement object is closed, re-executed, or is used to retrieve the next result from a sequence of multiple results. A ResultSet object is also automatically closed when it is garbage collected.:

    Paramter:
      none
    Returns:
      Throws:
        SQLException - if a database access error occurs
    Examples
    GroupSQL
    Minimum required transaction-mode:NONE
    Required scripting permission of the developerPERMISSION_FL_BASIC
    Minimum parameters0
    Maximum parameters 0