[ http://issues.apache.org/jira/browse/DERBY-1332?page=all ]
     
V.Narayanan closed DERBY-1332:
------------------------------

    Resolution: Invalid

I noticed that none of the set methods with parameter as "String 
<parameterName>" is supported. Hence the methods setClob and setBlob that are 
currently throwing a notImplemented are doing so correctly. Also the methods 
implemented in PreparedStatement accept "int parameterIndex" as parameter. 
Hence this is a invalid bug.

Apologise for the inconvinience caused
Closing the bug


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