|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ execute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.execute
Interface ResultSetStatisticsFactory

- 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)
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ execute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC