org.apache.openjpa.jdbc.sql
Interface MergedResult.ResultComparator

All Superinterfaces:
Comparator
Enclosing class:
MergedResult

public static interface MergedResult.ResultComparator
extends Comparator

Comparator for ordering result rows.


Method Summary
 Object getOrderingValue(Result res, int idx)
          Return the ordering value of the current row of the given result.
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

getOrderingValue

Object getOrderingValue(Result res,
                        int idx)
Return the ordering value of the current row of the given result.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.