public class EmptyResultSetStatisticsFactory
extends java.lang.Object
implements org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactory
This implementation of the protocol is for stubbing out the RunTimeStatistics feature at execution time..
| Constructor and Description |
|---|
EmptyResultSetStatisticsFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.derby.iapi.sql.execute.ResultSetStatistics |
getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs) |
org.apache.derby.iapi.sql.execute.ResultSetStatistics |
getResultSetStatistics(org.apache.derby.iapi.sql.execute.NoPutResultSet rs) |
org.apache.derby.iapi.sql.execute.ResultSetStatistics |
getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs) |
org.apache.derby.iapi.sql.execute.RunTimeStatistics |
getRunTimeStatistics(org.apache.derby.iapi.sql.Activation activation,
org.apache.derby.iapi.sql.ResultSet rs,
org.apache.derby.iapi.sql.execute.NoPutResultSet[] subqueryTrackingArray) |
public org.apache.derby.iapi.sql.execute.RunTimeStatistics getRunTimeStatistics(org.apache.derby.iapi.sql.Activation activation,
org.apache.derby.iapi.sql.ResultSet rs,
org.apache.derby.iapi.sql.execute.NoPutResultSet[] subqueryTrackingArray)
throws org.apache.derby.iapi.error.StandardException
getRunTimeStatistics in interface org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactoryorg.apache.derby.iapi.error.StandardExceptionResultSetStatisticsFactory.getRunTimeStatistics(org.apache.derby.iapi.sql.Activation, org.apache.derby.iapi.sql.ResultSet, org.apache.derby.iapi.sql.execute.NoPutResultSet[])public org.apache.derby.iapi.sql.execute.ResultSetStatistics getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)
getResultSetStatistics in interface org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactoryResultSetStatisticsFactory.getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet)public org.apache.derby.iapi.sql.execute.ResultSetStatistics getResultSetStatistics(org.apache.derby.iapi.sql.execute.NoPutResultSet rs)
getResultSetStatistics in interface org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactoryResultSetStatisticsFactory.getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet)public org.apache.derby.iapi.sql.execute.ResultSetStatistics getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)
getNoRowsResultSetStatistics in interface org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactoryResultSetStatisticsFactory.getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.