XPLAINVisitorpublic class XPLAINDefaultVisitor extends java.lang.Object implements XPLAINVisitor
| Constructor | Description |
|---|---|
XPLAINDefaultVisitor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doXPLAIN(RunTimeStatistics rss,
Activation activation) |
This method is the hook method which is called from the TopResultSet.
|
void |
reset() |
Call this method to reset the visitor for a new run over the
statistics.
|
void |
setNumberOfChildren(int noChildren) |
This method informs the visitor about the number of children.
|
void |
visit(ResultSetStatistics statistics) |
This is the Visitor hook method, which gets called from each
ResultSetStatistics.
|
public void visit(ResultSetStatistics statistics)
XPLAINVisitorvisit in interface XPLAINVisitorstatistics - the statistics, which want to get explained.public void reset()
XPLAINVisitorreset in interface XPLAINVisitorpublic void doXPLAIN(RunTimeStatistics rss, Activation activation)
XPLAINVisitordoXPLAIN in interface XPLAINVisitorpublic void setNumberOfChildren(int noChildren)
XPLAINVisitorsetNumberOfChildren in interface XPLAINVisitornoChildren - the number of children of the current explained node.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.