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)
QueryPartpublic Object[] getChildren()
Walkable are ignored.getChildren in class QueryPartpublic Query getQuery()
public int getMaxRowCount()
public int getFirstRowOrdinal()
public List<OlapElement> getReturnList()
Copyright © 2017 Hitachi Vantara. All rights reserved.