org.apache.derby.impl.sql.execute.rts
Class RealDeleteCascadeResultSetStatistics
- java.lang.Object
-
- org.apache.derby.impl.sql.execute.rts.RealDeleteResultSetStatistics
-
- org.apache.derby.impl.sql.execute.rts.RealDeleteCascadeResultSetStatistics
-
- All Implemented Interfaces:
- ResultSetStatistics, XPLAINable
public class RealDeleteCascadeResultSetStatistics extends RealDeleteResultSetStatistics
ResultSetStatistics implemenation for DeleteCascadeResultSet.
-
-
Field Summary
Fields Modifier and Type Field and Description longexecuteTimejava.lang.StringinspectDesclonginspectNumlonginspectOverallResultSetStatisticssourceResultSetStatistics-
Fields inherited from class org.apache.derby.impl.sql.execute.rts.RealDeleteResultSetStatistics
deferred, indexesUpdated, rowCount, tableLock
-
-
Constructor Summary
Constructors Constructor and Description RealDeleteCascadeResultSetStatistics(int rowCount, boolean deferred, int indexesUpdated, boolean tableLock, long executeTime, ResultSetStatistics sourceResultSetStatistics, ResultSetStatistics[] dependentTrackingArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaccept(XPLAINVisitor visitor)This method gets called to let a visitor visit this XPLAINable object.java.util.Vector<ResultSetStatistics>getChildren()Get the objects to be displayed when this tree object is expanded.doublegetEstimatedRowCount()Get the estimated row count for the number of rows returned by the associated query or statement.java.lang.StringgetNodeName()Format for display, a name for this node.java.lang.ObjectgetResultSetTimingsDescriptor(java.lang.Object timingID)java.lang.StringgetRSXplainDetails()java.lang.ObjectgetScanPropsDescriptor(java.lang.Object UUID)java.lang.StringgetScanStatisticsText(java.lang.String tableName, int depth)Return information on the scan nodes from the statement execution plan as a String.java.lang.ObjectgetSortPropsDescriptor(java.lang.Object UUID)java.lang.StringgetStatementExecutionPlanText(int depth)Return the statement execution plan as a String.-
Methods inherited from class org.apache.derby.impl.sql.execute.rts.RealDeleteResultSetStatistics
getResultSetDescriptor, getRSXplainType, toString
-
-
-
-
Field Detail
-
sourceResultSetStatistics
public ResultSetStatistics sourceResultSetStatistics
-
executeTime
public long executeTime
-
inspectOverall
public long inspectOverall
-
inspectNum
public long inspectNum
-
inspectDesc
public java.lang.String inspectDesc
-
-
Constructor Detail
-
RealDeleteCascadeResultSetStatistics
public RealDeleteCascadeResultSetStatistics(int rowCount, boolean deferred, int indexesUpdated, boolean tableLock, long executeTime, ResultSetStatistics sourceResultSetStatistics, ResultSetStatistics[] dependentTrackingArray)
-
-
Method Detail
-
getStatementExecutionPlanText
public java.lang.String getStatementExecutionPlanText(int depth)
Return the statement execution plan as a String.- Specified by:
getStatementExecutionPlanTextin interfaceResultSetStatistics- Overrides:
getStatementExecutionPlanTextin classRealDeleteResultSetStatistics- Parameters:
depth- Indentation level.- Returns:
- String The statement execution plan as a String.
-
getScanStatisticsText
public java.lang.String getScanStatisticsText(java.lang.String tableName, int depth)Return information on the scan nodes from the statement execution plan as a String.- Specified by:
getScanStatisticsTextin interfaceResultSetStatistics- Overrides:
getScanStatisticsTextin classRealDeleteResultSetStatistics- Parameters:
depth- Indentation level.tableName- if not NULL then print information for this table only- Returns:
- String The information on the scan nodes from the statement execution plan as a String.
-
getNodeName
public java.lang.String getNodeName()
Format for display, a name for this node.- Overrides:
getNodeNamein classRealDeleteResultSetStatistics
-
accept
public void accept(XPLAINVisitor visitor)
Description copied from interface:XPLAINableThis method gets called to let a visitor visit this XPLAINable object. The general contract is to implement pre-order, depth-first traversal to produce a predictable traversal behaviour.- Specified by:
acceptin interfaceXPLAINable- Overrides:
acceptin classRealDeleteResultSetStatistics
-
getRSXplainDetails
public java.lang.String getRSXplainDetails()
- Specified by:
getRSXplainDetailsin interfaceXPLAINable
-
getChildren
public java.util.Vector<ResultSetStatistics> getChildren()
Get the objects to be displayed when this tree object is expanded.The objects returned can be of any type, including addtional Inspectables.
- Returns:
- java.util.Vector A vector of objects.
-
getEstimatedRowCount
public double getEstimatedRowCount()
Get the estimated row count for the number of rows returned by the associated query or statement.- Specified by:
getEstimatedRowCountin interfaceResultSetStatistics- Returns:
- The estimated number of rows returned by the associated query or statement.
-
getResultSetTimingsDescriptor
public java.lang.Object getResultSetTimingsDescriptor(java.lang.Object timingID)
- Specified by:
getResultSetTimingsDescriptorin interfaceXPLAINable
-
getSortPropsDescriptor
public java.lang.Object getSortPropsDescriptor(java.lang.Object UUID)
- Specified by:
getSortPropsDescriptorin interfaceXPLAINable
-
getScanPropsDescriptor
public java.lang.Object getScanPropsDescriptor(java.lang.Object UUID)
- Specified by:
getScanPropsDescriptorin interfaceXPLAINable
-
-
DataMelt 3.0 © DataMelt by jWork.ORG