|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.mdxparse.ParsedQuery
public class ParsedQuery
this is the result of parsing an MDX
Constructor Summary | |
---|---|
ParsedQuery()
|
Method Summary | |
---|---|
void |
accept(ExpVisitor visitor)
Exp is visitable |
void |
addFormula(java.lang.String[] names,
Exp exp)
add a formula for a set |
void |
addFormula(java.lang.String[] names,
Exp exp,
MemberProperty[] memberProperties)
add a formula for a member |
void |
afterParse()
called after parse to make things easier |
java.lang.Object |
clone()
|
QueryAxis[] |
getAxes()
|
java.util.List |
getCellProps()
|
java.lang.String |
getCube()
Returns the cube. |
Formula[] |
getFormulas()
get the formulas of this query |
java.util.Map |
getParaMap()
|
Exp |
getSlicer()
|
void |
removeFormula(java.lang.String uniqueName)
remove a formula |
void |
setAxes(QueryAxis[] axes)
|
void |
setCube(java.lang.String cube)
Sets the cube. |
void |
setSlicer(Exp exp)
set the slicer exp |
java.lang.String |
toDrillMdx()
|
java.lang.String |
toMdx()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParsedQuery()
Method Detail |
---|
public void afterParse() throws OlapException
OlapException
public QueryAxis[] getAxes()
public void setAxes(QueryAxis[] axes)
axes
- public java.lang.String getCube()
public void setCube(java.lang.String cube)
cube
- The cube to setpublic Formula[] getFormulas()
public java.lang.String toMdx()
toMdx
in interface Exp
public java.lang.String toDrillMdx()
public java.lang.Object clone()
clone
in interface Exp
clone
in class java.lang.Object
Object.clone()
public Exp getSlicer()
public void setSlicer(Exp exp)
exp
- public java.util.Map getParaMap()
public void addFormula(java.lang.String[] names, Exp exp, MemberProperty[] memberProperties)
public void addFormula(java.lang.String[] names, Exp exp)
public void removeFormula(java.lang.String uniqueName)
public void accept(ExpVisitor visitor)
Exp
accept
in interface Exp
Exp.accept(com.tonbeller.jpivot.olap.mdxparse.ExpVisitor)
public java.util.List getCellProps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |