|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.execute.rts.RealNoRowsResultSetStatistics
ResultSetStatistics implemenation for NoPutResultSetImpl.
Field Summary | |
protected long |
executeTime
|
protected java.lang.String |
indent
|
java.lang.String |
inspectDesc
|
long |
inspectNum
|
long |
inspectOverall
|
protected int |
sourceDepth
|
ResultSetStatistics |
sourceResultSetStatistics
|
protected java.lang.String |
subIndent
|
Constructor Summary | |
RealNoRowsResultSetStatistics(long executeTime,
ResultSetStatistics sourceRS)
Initializes the time spent in NoRowsResultSet minus the source result set. |
Method Summary | |
protected java.lang.String |
dumpTimeStats(java.lang.String indent)
Dump out the time information for run time stats. |
java.util.Vector |
getChildren()
Get the objects to be displayed when this tree object is expanded. |
double |
getEstimatedRowCount()
Get the estimated row count for the number of rows returned by the associated query or statement. |
abstract java.lang.String |
getNodeName()
Format for display, a name for this node. |
protected void |
initFormatInfo(int depth)
Initialize the format info for run time statistics. |
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 |
Field Detail |
protected java.lang.String indent
protected java.lang.String subIndent
protected int sourceDepth
public ResultSetStatistics sourceResultSetStatistics
protected long executeTime
public long inspectOverall
public long inspectNum
public java.lang.String inspectDesc
Constructor Detail |
public RealNoRowsResultSetStatistics(long executeTime, ResultSetStatistics sourceRS)
Method Detail |
protected void initFormatInfo(int depth)
protected java.lang.String dumpTimeStats(java.lang.String indent)
public java.util.Vector getChildren()
The objects returned can be of any type, including addtional Inspectables.
public abstract java.lang.String getNodeName()
public double getEstimatedRowCount()
getEstimatedRowCount
in interface ResultSetStatistics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |