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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2013/07/19 12:50:52 UTC

[jira] [Closed] (DERBY-1336) isWrapper for method can be moved into EmbedStatement class this would enable removal of implementations in EmbedStatement40,EmbedCallableStatement40 and EmbedPreparedStatement40

     [ https://issues.apache.org/jira/browse/DERBY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-1336.
-------------------------------------

    Resolution: Duplicate

This change was done as part of DERBY-1984. Closing the issue.
                
> isWrapper for method can be moved into EmbedStatement class this would enable removal of implementations in EmbedStatement40,EmbedCallableStatement40 and EmbedPreparedStatement40
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1336
>                 URL: https://issues.apache.org/jira/browse/DERBY-1336
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>            Reporter: V.Narayanan
>            Priority: Minor
>              Labels: derby_triage10_11
>         Attachments: MoveIsWrapperFor.diff, MoveIsWrapperFor.stat
>
>
> The signature of the isWrapperFor method is 
> boolean isWrapperFor(Class<?> iface) throws SQLException
> this can be changed to 
> boolean isWrapperFor(Class iface) throws SQLException
> and can be moved into EmbedStatement
> This will enable us to remove the implementations from EmbedCallableStatement40,EmbedPreparedStatement40 and EmbedStatement40
> thanx
> Narayanan

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira