| Constructor and Description |
|---|
Explain(QueryPart query)
Creates an Explain statement.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren()
Returns an array of the object's children.
|
QueryPart |
getQuery() |
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree
node to the given writer.
|
Explain(QueryPart query)
query - Query (SELECT or DRILLTHROUGH)public void unparse(PrintWriter pw)
QueryPartpublic Object[] getChildren()
WalkableWalkable are ignored.getChildren in interface WalkablegetChildren in class QueryPartpublic QueryPart getQuery()