public class DrillThrough extends QueryPart
| Constructor and Description |
|---|
DrillThrough(Query query,
int maxRowCount,
int firstRowOrdinal,
List<Exp> returnList)
Creates a DrillThrough.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren()
Returns an array of the object's children.
|
int |
getFirstRowOrdinal() |
int |
getMaxRowCount() |
Query |
getQuery() |
List<Exp> |
getReturnList() |
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree
node to the given writer.
|
DrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)
query - QuerymaxRowCount - Maximum number of rows to return, or -1firstRowOrdinal - Ordinal of first row to return, or -1returnList - List of columns to returnpublic void unparse(PrintWriter pw)
QueryPartpublic Object[] getChildren()
WalkableWalkable are ignored.getChildren in interface WalkablegetChildren in class QueryPartpublic int getMaxRowCount()
public int getFirstRowOrdinal()
public List<Exp> getReturnList()