From derby-dev-return-39969-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Apr 03 16:16:54 2007 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 59088 invoked from network); 3 Apr 2007 16:16:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 16:16:53 -0000 Received: (qmail 8405 invoked by uid 500); 3 Apr 2007 16:17:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8375 invoked by uid 500); 3 Apr 2007 16:17:00 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 8366 invoked by uid 99); 3 Apr 2007 16:17:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 09:17:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 09:16:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64C5A714065 for ; Tue, 3 Apr 2007 09:16:32 -0700 (PDT) Message-ID: <18459677.1175616992409.JavaMail.jira@brutus> Date: Tue, 3 Apr 2007 09:16:32 -0700 (PDT) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2444) Implement not implemented methods Blob.getBinaryStream(long pos, long length) and Clob. getCharacterStream(long pos, long length) in the Network Client In-Reply-To: <8652682.1173536349236.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486401 ] V.Narayanan commented on DERBY-2444: ------------------------------------ I haven't yet run tests on v3. I will post the test results tommorrow along with the tests that need to be run for the cases mentioned in the comments. > 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, ClobBlobNotImplemented_v2.diff, ClobBlobNotImplemented_v2.stat, ClobBlobNotImplemented_v3.diff, ClobBlobNotImplemented_v3.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.