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