|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.QueryPart
public abstract class QueryPart
Component of an MDX query (derived classes include Query, Axis, Exp, Level).
| Constructor Summary | |
|---|---|
QueryPart()
Creates a QueryPart. |
|
| Method Summary | |
|---|---|
void |
explain(PrintWriter pw)
Returns the plan that Mondrian intends to use to execute this query. |
Object[] |
getChildren()
Returns an array of the object's children. |
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree node to the given writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
QueryPart()
| Method Detail |
|---|
public void unparse(PrintWriter pw)
pw - writerpublic Object[] getChildren()
WalkableWalkable are ignored.
getChildren in interface Walkablepublic void explain(PrintWriter pw)
pw - Print writer
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||