You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2007/12/17 19:37:43 UTC

[jira] Commented: (DERBY-3049) Remove (Language) ResultSet.getResultDescription() method

    [ https://issues.apache.org/jira/browse/DERBY-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552497 ] 

Kristian Waagan commented on DERBY-3049:
----------------------------------------

Has the fix been verified, so that the issue can be closed?

> Remove (Language) ResultSet.getResultDescription() method
> ---------------------------------------------------------
>
>                 Key: DERBY-3049
>                 URL: https://issues.apache.org/jira/browse/DERBY-3049
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Daniel John Debrunner
>            Assignee: Daniel John Debrunner
>            Priority: Minor
>             Fix For: 10.4.0.0
>
>
> (Language) ResultSet.getResultDescription()  returns the ResultDescription of the top-level tree (ie. of the results that will be passed to the application) and thus is an attribute of the plan or activation. The ResultDescription is already available through the plan and activation.
> Having this method of the ResultSet can lead to the assumption that it is the ResultDescription for that specific ResultSet, e.g. the shape of the results before any joins or projection. Note the main implementation of this method just calls activation.getResultDescription.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.