Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.sql.execute
Interface ResultSetStatisticsFactory  view ResultSetStatisticsFactory download ResultSetStatisticsFactory.java


public interface ResultSetStatisticsFactory

ResultSetStatisticsFactory provides a wrapper around all of the result sets statistics objects needed in building the run time statistics.


Field Summary
static java.lang.String MODULE
          Module name for the monitor's module locating system.
 
Method Summary
 org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)
           
 org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getResultSetStatistics(NoPutResultSet rs)
           
 org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)
          Get the matching ResultSetStatistics for the specified ResultSet.
 RunTimeStatistics getRunTimeStatistics(org.apache.derby.iapi.sql.Activation activation, org.apache.derby.iapi.sql.ResultSet rs, NoPutResultSet[] subqueryTrackingArray)
          RunTimeStatistics creation.
 

Field Detail

MODULE

public static final java.lang.String MODULE
Module name for the monitor's module locating system.

See Also:
Constant Field Values
Method Detail

getRunTimeStatistics

public RunTimeStatistics getRunTimeStatistics(org.apache.derby.iapi.sql.Activation activation,
                                              org.apache.derby.iapi.sql.ResultSet rs,
                                              NoPutResultSet[] subqueryTrackingArray)
                                       throws org.apache.derby.iapi.error.StandardException
RunTimeStatistics creation.


getResultSetStatistics

public org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)
Get the matching ResultSetStatistics for the specified ResultSet.


getResultSetStatistics

public org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getResultSetStatistics(NoPutResultSet rs)

getNoRowsResultSetStatistics

public org.apache.derby.impl.sql.execute.rts.ResultSetStatistics getNoRowsResultSetStatistics(org.apache.derby.iapi.sql.ResultSet rs)