|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Method Detail |
public java.lang.String getStatementExecutionPlanText(int depth)
depth
- Indentation level.
public java.lang.String getScanStatisticsText(java.lang.String tableName, int depth)
depth
- Indentation level.tableName
- if not NULL then return information for this table only
public double getEstimatedRowCount()
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |