CallableStatement methods setClob and setBlob should not throw notImplemented 
exception since they have been implemented in the PreparedStatement 
implementation.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: DERBY-1332
         URL: http://issues.apache.org/jira/browse/DERBY-1332
     Project: Derby
        Type: Bug

  Components: JDBC  
    Reporter: V.Narayanan


The methods setClob() and setBlob() have been implemented in the classes 

a) org.apache.derby.impl.jdbc.EmbedPreparedStatement and
b) org.apache.derby.client.am.PreparedStatement

but their implementations in classes

a)org.apache.derby.impl.jdbc.EmbedCallableStatement40 and
b)org.apache.derby.client.am.CallableStatement40 

are throwing notImplemented exceptions. These need to be removed.


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

Reply via email to