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.ResultSetStatisticsFactory
org.apache.derby.iapi.error.StandardException
ResultSetStatisticsFactory.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.ResultSetStatisticsFactory
ResultSetStatisticsFactory.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.ResultSetStatisticsFactory
ResultSetStatisticsFactory.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.ResultSetStatisticsFactory
ResultSetStatisticsFactory.getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.