org.eclipse.birt.data.engine.api.querydefn
Class QueryExecutionHints

java.lang.Object
  extended by org.eclipse.birt.data.engine.api.querydefn.QueryExecutionHints
All Implemented Interfaces:
IQueryExecutionHints

public class QueryExecutionHints
extends java.lang.Object
implements IQueryExecutionHints

This is an implementation of IQueryExecutionHints.


Constructor Summary
QueryExecutionHints()
           
 
Method Summary
 boolean doSortBeforeGrouping()
          Indicate whether should we do sort before grouping.
 void setSortBeforeGrouping(boolean doSortBeforeGrouping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionHints

public QueryExecutionHints()
Method Detail

setSortBeforeGrouping

public void setSortBeforeGrouping(boolean doSortBeforeGrouping)
Parameters:
doSortBeforeGrouping -

doSortBeforeGrouping

public boolean doSortBeforeGrouping()
Description copied from interface: IQueryExecutionHints
Indicate whether should we do sort before grouping.

Specified by:
doSortBeforeGrouping in interface IQueryExecutionHints
Returns:


Copyright © 2008 Actuate Corp. All rights reserved.