org.apache.derby.impl.sql.execute.rts
Class RealNoPutResultSetStatistics

java.lang.Object
  extended by org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics
      extended by org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics
All Implemented Interfaces:
XPLAINable, ResultSetStatistics
Direct Known Subclasses:
RealAnyResultSetStatistics, RealCurrentOfStatistics, RealGroupedAggregateStatistics, RealHashScanStatistics, RealHashTableStatistics, RealIndexRowToBaseRowStatistics, RealJoinResultSetStatistics, RealLastIndexKeyScanStatistics, RealMaterializedResultSetStatistics, RealNormalizeResultSetStatistics, RealOnceResultSetStatistics, RealProjectRestrictStatistics, RealRowCountStatistics, RealRowResultSetStatistics, RealScalarAggregateStatistics, RealScrollInsensitiveResultSetStatistics, RealSetOpResultSetStatistics, RealSortStatistics, RealTableScanStatistics, RealUnionResultSetStatistics, RealVTIStatistics, RealWindowResultSetStatistics

abstract class RealNoPutResultSetStatistics
extends RealBasicNoPutResultSetStatistics

ResultSetStatistics implemenation for NoPutResultSetImpl.


Field Summary
protected  java.lang.String indent
           
 int resultSetNumber
           
protected  int sourceDepth
           
protected  java.lang.String subIndent
           
 
Fields inherited from class org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics
closeTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen
 
Constructor Summary
RealNoPutResultSetStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, double optimizerEstimatedRowCount, double optimizerEstimatedCost)
           
 
Method Summary
protected  void initFormatInfo(int depth)
          Initialize the format info for run time statistics.
 
Methods inherited from class org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics
dumpEstimatedCosts, dumpTimeStats, getChildren, getChildrenTime, getEstimatedRowCount, getNodeName, getNodeOn, getNodeTime, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.derby.impl.sql.execute.rts.ResultSetStatistics
getScanStatisticsText, getStatementExecutionPlanText
 
Methods inherited from interface org.apache.derby.iapi.sql.execute.xplain.XPLAINable
accept, getRSXplainType
 

Field Detail

resultSetNumber

public int resultSetNumber

indent

protected java.lang.String indent

subIndent

protected java.lang.String subIndent

sourceDepth

protected int sourceDepth
Constructor Detail

RealNoPutResultSetStatistics

public RealNoPutResultSetStatistics(int numOpens,
                                    int rowsSeen,
                                    int rowsFiltered,
                                    long constructorTime,
                                    long openTime,
                                    long nextTime,
                                    long closeTime,
                                    int resultSetNumber,
                                    double optimizerEstimatedRowCount,
                                    double optimizerEstimatedCost)
Method Detail

initFormatInfo

protected void initFormatInfo(int depth)
Initialize the format info for run time statistics.


Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.