Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
Low
Description
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
Attachments
Attachments
Issue Links
- duplicates
-
DERBY-1984 Re-factor JDBC classes to remove support for JDBC 2
- Closed