mondrian.rolap
Class RolapNativeSet.SetEvaluator

java.lang.Object
  extended by mondrian.rolap.RolapNativeSet.SetEvaluator
All Implemented Interfaces:
NativeEvaluator
Enclosing class:
RolapNativeSet

protected class RolapNativeSet.SetEvaluator
extends Object
implements NativeEvaluator

 

Constructor Summary
RolapNativeSet.SetEvaluator(RolapNativeSet.CrossJoinArg[] args, SchemaReader schemaReader, TupleConstraint constraint)
           
 
Method Summary
 Object execute(ResultStyle desiredResultStyle)
           
protected  List executeList(SqlTupleReader tr)
           
(package private)  int getMaxRows()
           
(package private)  void setMaxRows(int maxRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolapNativeSet.SetEvaluator

public RolapNativeSet.SetEvaluator(RolapNativeSet.CrossJoinArg[] args,
                                   SchemaReader schemaReader,
                                   TupleConstraint constraint)
Method Detail

execute

public Object execute(ResultStyle desiredResultStyle)
Specified by:
execute in interface NativeEvaluator

executeList

protected List executeList(SqlTupleReader tr)

getMaxRows

int getMaxRows()

setMaxRows

void setMaxRows(int maxRows)

SourceForge.net_Logo