public class RealDeleteCascadeResultSetStatistics extends RealDeleteResultSetStatistics
Modifier and Type | Field and Description |
---|---|
private ResultSetStatistics[] |
dependentTrackingArray |
deferred, indexesUpdated, rowCount, tableLock
executeTime, 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, toString
dumpTimeStats, getChildren, getEstimatedRowCount, getResultSetTimingsDescriptor, getScanPropsDescriptor, getSortPropsDescriptor, initFormatInfo
private 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 ResultSetStatistics
getStatementExecutionPlanText
in class RealDeleteResultSetStatistics
depth
- Indentation level.public java.lang.String getScanStatisticsText(java.lang.String tableName, int depth)
getScanStatisticsText
in interface ResultSetStatistics
getScanStatisticsText
in class RealDeleteResultSetStatistics
depth
- Indentation level.tableName
- if not NULL then print information for this table onlypublic java.lang.String getNodeName()
getNodeName
in class RealDeleteResultSetStatistics
public void accept(XPLAINVisitor visitor)
XPLAINable
accept
in interface XPLAINable
accept
in class RealDeleteResultSetStatistics
public java.lang.String getRSXplainDetails()
getRSXplainDetails
in interface XPLAINable
getRSXplainDetails
in class RealNoRowsResultSetStatistics
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.