Uses of Class
com.metamatrix.query.processor.relational.SortUtility.Mode

Packages that use SortUtility.Mode
com.metamatrix.query.processor.relational   
 

Uses of SortUtility.Mode in com.metamatrix.query.processor.relational
 

Methods in com.metamatrix.query.processor.relational that return SortUtility.Mode
 SortUtility.Mode SortNode.getMode()
           
static SortUtility.Mode SortUtility.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortUtility.Mode[] SortUtility.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metamatrix.query.processor.relational with parameters of type SortUtility.Mode
 void SortNode.setMode(SortUtility.Mode mode)
           
 

Constructors in com.metamatrix.query.processor.relational with parameters of type SortUtility.Mode
SortUtility(TupleSourceID sourceID, java.util.List sortElements, java.util.List<java.lang.Boolean> sortTypes, SortUtility.Mode mode, BufferManager bufferMgr, java.lang.String groupName, boolean useAllColumns)
           
 



Copyright © 2009. All Rights Reserved.