mondrian.rolap
Interface RolapNativeSet.CrossJoinArg

All Known Implementing Classes:
RolapNativeSet.DescendantsCrossJoinArg, RolapNativeSet.MemberListCrossJoinArg
Enclosing class:
RolapNativeSet

protected static interface RolapNativeSet.CrossJoinArg

"Light version" of a TupleConstraint, represents one of member.children, level.members, member.descendants, {enumeration}.

Since:
Nov 14, 2005
Author:
av
 

Method Summary
 void addConstraint(SqlQuery sqlQuery, RolapCube baseCube)
           
 RolapLevel getLevel()
           
 List<RolapMember> getMembers()
           
 boolean isPreferInterpreter(boolean joinArg)
           
 

Method Detail

getLevel

RolapLevel getLevel()

getMembers

List<RolapMember> getMembers()

addConstraint

void addConstraint(SqlQuery sqlQuery,
                   RolapCube baseCube)

isPreferInterpreter

boolean isPreferInterpreter(boolean joinArg)

SourceForge.net_Logo