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 "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2007/09/04 19:44:46 UTC

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

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


(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.


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

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel John Debrunner resolved DERBY-3049.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0

Revision 601395 in trunk completes the removal of the method.

> 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.