RealResultSetStatisticsFactory
public interface ResultSetStatisticsFactory
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
MODULE |
Module name for the monitor's module locating system.
|
Modifier and Type | Method | Description |
---|---|---|
ResultSetStatistics |
getNoRowsResultSetStatistics(ResultSet rs) |
|
ResultSetStatistics |
getResultSetStatistics(NoPutResultSet rs) |
|
ResultSetStatistics |
getResultSetStatistics(ResultSet rs) |
Get the matching ResultSetStatistics for the specified ResultSet.
|
RunTimeStatistics |
getRunTimeStatistics(Activation activation,
ResultSet rs,
NoPutResultSet[] subqueryTrackingArray) |
RunTimeStatistics creation.
|
static final java.lang.String MODULE
RunTimeStatistics getRunTimeStatistics(Activation activation, ResultSet rs, NoPutResultSet[] subqueryTrackingArray) throws StandardException
activation
- The Activation we are generating the statistics forrs
- The top ResultSet for the ResultSet treesubqueryTrackingArray
- Array of subqueries, used for finding
materialized subqueries.StandardException
- on errorResultSetStatistics getResultSetStatistics(ResultSet rs)
ResultSetStatistics getResultSetStatistics(NoPutResultSet rs)
ResultSetStatistics getNoRowsResultSetStatistics(ResultSet rs)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.