[ 
https://issues.apache.org/jira/browse/DERBY-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

V.Narayanan updated DERBY-2444:
-------------------------------

    Attachment: ClobBlobNotImplemented_v1.stat
                ClobBlobNotImplemented_v1.diff

Add the tests to the jdbc4 suite

M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/BlobTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ClobTest.java

Added the methods to the Blob and Clob implementations in the am interface

M      java/client/org/apache/derby/client/am/Blob.java
M      java/client/org/apache/derby/client/am/Clob.java

Tests Run
---------------

ran derbyall and junit and no failures were there.

> Implement not implemented methods Blob.getBinaryStream(long pos, long length) 
> and Clob. getCharacterStream(long pos, long length) in the Network Client
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2444
>                 URL: https://issues.apache.org/jira/browse/DERBY-2444
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: ClobBlobNotImplemented_v1.diff, 
> ClobBlobNotImplemented_v1.stat
>
>
> The following methods were introduced in the java.sql.Clob and java.sql.Blob 
> interface as part of JDBC 4.0 and need to be implemented.
> Clob
> ------
> getCharacterStream(long pos, long length)
> Blob
> ------
> getBinaryStream(long pos, long length)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to