public class RealCurrentOfStatistics extends RealNoPutResultSetStatistics
indent, resultSetNumber, sourceDepth, subIndentcloseTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen| Constructor and Description |
|---|
RealCurrentOfStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XPLAINVisitor visitor)
This method gets called to let a visitor visit this XPLAINable object.
|
java.lang.String |
getNodeName()
Format for display, a name for this node.
|
java.lang.String |
getRSXplainType() |
java.lang.String |
getScanStatisticsText(java.lang.String tableName,
int depth)
Return information on the scan nodes from the statement execution
plan as a String.
|
java.lang.String |
getStatementExecutionPlanText(int depth)
Return the statement execution plan as a String.
|
java.lang.String |
toString() |
initFormatInfodumpEstimatedCosts, dumpTimeStats, getChildren, getChildrenTime, getEstimatedRowCount, getNodeOn, getNodeTime, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTimepublic RealCurrentOfStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber)
public java.lang.String getStatementExecutionPlanText(int depth)
depth - Indentation level.public java.lang.String getScanStatisticsText(java.lang.String tableName,
int depth)
depth - Indentation level.tableName - if not NULL then return information for this table onlypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getNodeName()
getNodeName in class RealBasicNoPutResultSetStatisticspublic void accept(XPLAINVisitor visitor)
XPLAINablepublic java.lang.String getRSXplainType()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.