[ 
http://issues.apache.org/jira/browse/DERBY-796?page=comments#action_12363927 ] 

V.Narayanan commented on DERBY-796:
-----------------------------------

Thanx for the comments

You are right it should be "SetBlob()" only. I will fix this.

I was confused with the usage of the newEmbedSQLException methods in Util.java. 
For example when throwing the notImplemented Exception the following is done

return newEmbedSQLException(SQLState.NOT_IMPLEMENTED,
                        new Object[] 
{MessageService.getTextMessage(MessageId.CONN_NO_DETAILS)},
                        
StandardException.getSeverityFromIdentifier(SQLState.NOT_IMPLEMENTED));

but as you say that is an utility method. Thank you for pointing this out. I 
will change this to match the signature in EmbedPreparedStatement. I will 
submit a new patch with this change incorporated.

thanx once again

Narayanan


> jdbc 4.0 specific Blob and Clob method support
> ----------------------------------------------
>
>          Key: DERBY-796
>          URL: http://issues.apache.org/jira/browse/DERBY-796
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Versions: 10.2.0.0
>  Environment: jdbc 4.0 on all platforms
>     Reporter: V.Narayanan
>     Assignee: V.Narayanan
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: lob.diff, lob_1.diff
>


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