Documentation of 'org.apache.derby.iapi.sql.execute.ResultSetStatistics' Java class
ResultSetStatistics
org.apache.derby.iapi.sql.execute

Interface ResultSetStatistics

    • Method Detail

      • getStatementExecutionPlanText

        java.lang.String getStatementExecutionPlanText(int depth)
        Return the statement execution plan as a String.
        Parameters:
        depth - Indentation level.
        Returns:
        String The statement execution plan as a String.
      • getScanStatisticsText

        java.lang.String getScanStatisticsText(java.lang.String tableName,
                                               int depth)
        Return information on the scan nodes from the statement execution plan as a String.
        Parameters:
        depth - Indentation level.
        tableName - if not NULL then return information for this table only
        Returns:
        String The information on the scan nodes from the statement execution plan as a String.
      • getEstimatedRowCount

        double getEstimatedRowCount()
        Get the estimated row count for the number of rows returned by the associated query or statement.
        Returns:
        The estimated number of rows returned by the associated query or statement.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.