Uses of Class
QueryProcessor.Utils.SortedAccessResult

Packages that use SortedAccessResult
QueryProcessor.Utils Contains utility classes for query processing (e.g., sorted/random accesses to indices). 
 

Uses of SortedAccessResult in QueryProcessor.Utils
 

Subclasses of SortedAccessResult in QueryProcessor.Utils
 class WindsurfSortedAccessResult
          Class representing the result of a sorted access to the region index for Windsurf.
 

Methods in QueryProcessor.Utils that return SortedAccessResult
 SortedAccessResult SortedAccess.getNext()
          Performs a sorted access (according to the local policy).
protected abstract  SortedAccessResult SortedAccess.getNext(int index)
          Performs a sorted access on the specified region scan.
protected  SortedAccessResult SortedAccessMtree.getNext(int index)
          Performs a sorted access on the specified region scan.