public class RealDeleteCascadeResultSetStatistics extends RealDeleteResultSetStatistics
| Modifier and Type | Field and Description |
|---|---|
ResultSetStatistics[] |
dependentTrackingArray |
deferred, indexesUpdated, rowCount, tableLockexecuteTime, indent, inspectDesc, inspectNum, inspectOverall, sourceDepth, sourceResultSetStatistics, subIndent| Constructor and Description |
|---|
RealDeleteCascadeResultSetStatistics(int rowCount,
boolean deferred,
int indexesUpdated,
boolean tableLock,
long executeTime,
ResultSetStatistics sourceResultSetStatistics,
ResultSetStatistics[] dependentTrackingArray) |
| 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 |
getRSXplainDetails() |
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.
|
getResultSetDescriptor, getRSXplainType, toStringdumpTimeStats, getChildren, getEstimatedRowCount, getResultSetTimingsDescriptor, getScanPropsDescriptor, getSortPropsDescriptor, initFormatInfopublic ResultSetStatistics[] dependentTrackingArray
public RealDeleteCascadeResultSetStatistics(int rowCount,
boolean deferred,
int indexesUpdated,
boolean tableLock,
long executeTime,
ResultSetStatistics sourceResultSetStatistics,
ResultSetStatistics[] dependentTrackingArray)
public java.lang.String getStatementExecutionPlanText(int depth)
getStatementExecutionPlanText in interface ResultSetStatisticsgetStatementExecutionPlanText in class RealDeleteResultSetStatisticsdepth - Indentation level.public java.lang.String getScanStatisticsText(java.lang.String tableName,
int depth)
getScanStatisticsText in interface ResultSetStatisticsgetScanStatisticsText in class RealDeleteResultSetStatisticsdepth - Indentation level.tableName - if not NULL then print information for this table onlypublic java.lang.String getNodeName()
getNodeName in class RealDeleteResultSetStatisticspublic void accept(XPLAINVisitor visitor)
XPLAINableaccept in interface XPLAINableaccept in class RealDeleteResultSetStatisticspublic java.lang.String getRSXplainDetails()
getRSXplainDetails in interface XPLAINablegetRSXplainDetails in class RealNoRowsResultSetStatisticsApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.