ResultSetStatistics, XPLAINablepublic class RealDeleteCascadeResultSetStatistics extends RealDeleteResultSetStatistics
| Modifier and Type | Field | Description |
|---|---|---|
private ResultSetStatistics[] |
dependentTrackingArray |
deferred, indexesUpdated, rowCount, tableLockexecuteTime, indent, inspectDesc, inspectNum, inspectOverall, sourceDepth, sourceResultSetStatistics, subIndent| Constructor | Description |
|---|---|
RealDeleteCascadeResultSetStatistics(int rowCount,
boolean deferred,
int indexesUpdated,
boolean tableLock,
long executeTime,
ResultSetStatistics sourceResultSetStatistics,
ResultSetStatistics[] dependentTrackingArray) |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResultSetDescriptor, getRSXplainType, toStringdumpTimeStats, getChildren, getEstimatedRowCount, getResultSetTimingsDescriptor, getScanPropsDescriptor, getSortPropsDescriptor, initFormatInfoprivate 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.