|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResultSetStatistics
The ResultSetStatistics interface is used to provide run time statistics information on a specific ResultSet.
This interface extends Formatable so that all objects which implement this interface can be easily saved to the database.
| Method Summary | |
|---|---|
double |
getEstimatedRowCount()
Get the estimated row count for the number of rows returned by the associated query or statement. |
java.lang.String |
getScanStatisticsText(java.lang.String tableName,
int depth)
Return information on the scan nodes from the statement execution plan as a String. |
java.lang.String |
getStatementExecutionPlanText(int depth)
Return the statement execution plan as a String. |
| Methods inherited from interface org.apache.derby.iapi.sql.execute.xplain.XPLAINable |
|---|
accept, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getRSXplainType, getScanPropsDescriptor, getSortPropsDescriptor |
| Method Detail |
|---|
java.lang.String getStatementExecutionPlanText(int depth)
depth - Indentation level.
java.lang.String getScanStatisticsText(java.lang.String tableName,
int depth)
depth - Indentation level.tableName - if not NULL then return information for this table only
double getEstimatedRowCount()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||