public class DrillThrough extends QueryPart
Modifier and Type | Method and Description |
---|---|
Object[] |
getChildren()
Returns an array of the object's children.
|
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.
|
public void unparse(PrintWriter pw)
QueryPart
public Object[] getChildren()
Walkable
are ignored.getChildren
in class QueryPart
public Query getQuery()
public int getMaxRowCount()
public int getFirstRowOrdinal()
public List<OlapElement> getReturnList()
Copyright © 2020 Hitachi Vantara. All rights reserved.