[
https://issues.apache.org/jira/browse/DERBY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
V.Narayanan reassigned DERBY-1336:
----------------------------------
Assignee: (was: V.Narayanan)
I am not actively working on this issue and hence am unassigning myself
> 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
> 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.
-
You can reply to this email to add a comment to the issue online.