Package mondrian.olap
Class DrillThrough
- java.lang.Object
-
- mondrian.olap.QueryPart
-
- mondrian.olap.DrillThrough
-
public class DrillThrough extends QueryPart
Drill through statement.- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getChildren()
int
getFirstRowOrdinal()
int
getMaxRowCount()
Query
getQuery()
List<OlapElement>
getReturnList()
void
unparse(PrintWriter pw)
Writes a string representation of this parse tree node to the given writer.
-
-
-
Method Detail
-
unparse
public void unparse(PrintWriter pw)
Description copied from class:QueryPart
Writes a string representation of this parse tree node to the given writer.
-
getChildren
public Object[] getChildren()
- Overrides:
getChildren
in classQueryPart
-
getQuery
public Query getQuery()
-
getMaxRowCount
public int getMaxRowCount()
-
getFirstRowOrdinal
public int getFirstRowOrdinal()
-
getReturnList
public List<OlapElement> getReturnList()
-
-