[ http://issues.apache.org/jira/browse/DERBY-1336?page=all ]
V.Narayanan updated DERBY-1336:
-------------------------------
Attachment: MoveIsWrapperFor.diff
MoveIsWrapperFor.stat
Moved the isWrapperFor method into EmbedStatement class and removed
implementations from EmbedStatement40,EmbedCallableStatement40 and
EmbedPreparedStatement40.
thanx
Narayanan
> isWrapper for method can be moved into EmbedStatement class this would enable
> removal of implementations in EmbedStatement40,EmbedCallableStatement40 and
> EmbedPreparedStatement40
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-1336
> URL: http://issues.apache.org/jira/browse/DERBY-1336
> Project: Derby
> Type: Improvement
> Components: JDBC
> Reporter: V.Narayanan
> Assignee: 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira