Uses of Class
org.teiid.query.processor.relational.SortUtility.Mode

Packages that use SortUtility.Mode
org.teiid.query.processor.relational   
 

Uses of SortUtility.Mode in org.teiid.query.processor.relational
 

Methods in org.teiid.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 org.teiid.query.processor.relational with parameters of type SortUtility.Mode
 void SortNode.setMode(SortUtility.Mode mode)
           
 

Constructors in org.teiid.query.processor.relational with parameters of type SortUtility.Mode
SortUtility(TupleSource sourceID, java.util.List<OrderByItem> items, SortUtility.Mode mode, BufferManager bufferMgr, java.lang.String groupName, java.util.List schema)
           
SortUtility(TupleSource ts, java.util.List expressions, java.util.List<java.lang.Boolean> types, SortUtility.Mode mode, BufferManager bufferManager, java.lang.String connectionID, java.util.List schema)
           
 



Copyright © 2010. All Rights Reserved.