|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.query.AbstractQuerySelection
com.citra.pivot.olap.query.DefaultQuerySelection
public final class DefaultQuerySelection
DefaultQuerySelection is the selection that returns the results from a query to a data source.
Field Summary | |
---|---|
protected AxisList |
axisSetSelections
a list of selections on an axis |
protected OlapCube |
cube
the cube the query is run against |
protected TupleSelection |
where
a tuple used as the filter conditions |
protected SetSelectionList |
withSetSelections
a list of sets that will be evaluated first |
Constructor Summary | |
---|---|
protected |
DefaultQuerySelection()
Constructs a DefaultQuerySelection. |
|
DefaultQuerySelection(List withSetSelections,
List axisSetSelections,
OlapCube cube,
TupleSelection where)
Constructs a DefaultQuerySelection. |
Method Summary | |
---|---|
AxisList |
getAxisSetSelections()
Returns the list of axis set selections. |
OlapCube |
getCube()
Returns the cube the query is run against. |
TupleSelection |
getWhereSelection()
Returns the tuple used as the filter conditions. |
SetSelectionList |
getWithSet()
Returns a list of sets that will be evaluated first. |
Methods inherited from class com.citra.pivot.olap.query.AbstractQuerySelection |
---|
resolveCellSet, resolveSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SetSelectionList withSetSelections
protected AxisList axisSetSelections
protected OlapCube cube
protected TupleSelection where
Constructor Detail |
---|
protected DefaultQuerySelection()
public DefaultQuerySelection(List withSetSelections, List axisSetSelections, OlapCube cube, TupleSelection where)
Method Detail |
---|
public AxisList getAxisSetSelections()
public OlapCube getCube()
public TupleSelection getWhereSelection()
public SetSelectionList getWithSet()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |