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.