Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73739 invoked from network); 18 Jun 2007 08:59:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 08:59:47 -0000 Received: (qmail 98808 invoked by uid 500); 18 Jun 2007 08:59:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 98772 invoked by uid 500); 18 Jun 2007 08:59:50 -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 98757 invoked by uid 99); 18 Jun 2007 08:59:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 01:59:50 -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; Mon, 18 Jun 2007 01:59:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22DEE714062 for ; Mon, 18 Jun 2007 01:59:26 -0700 (PDT) Message-ID: <7431181.1182157166140.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 01:59:26 -0700 (PDT) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2443) Implement ResultSet updateClob/updateBlob methods on the NetworkClient In-Reply-To: <7528037.1173516969275.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-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2443: ------------------------------- Attachment: releaseNote.html Changing J2SE 6 to Java SE 6. Sorry for the late correction. > Implement ResultSet updateClob/updateBlob methods on the NetworkClient > ----------------------------------------------------------------------- > > Key: DERBY-2443 > URL: https://issues.apache.org/jira/browse/DERBY-2443 > Project: Derby > Issue Type: Improvement > Components: Network Client > Environment: All > Reporter: V.Narayanan > Assignee: V.Narayanan > Fix For: 10.3.0.0 > > Attachments: releaseNote.html, releaseNote.html, releaseNote.html, releaseNote.html, releaseNote_v2.html, ResultSetNotImplMethods_v1.diff, ResultSetNotImplMethods_v1.stat, ResultSetNotImplMethods_v2.diff, ResultSetNotImplMethods_v2.stat, ResultSetNotImplMethods_v3.diff, ResultSetNotImplMethods_v3.stat > > > Implement the following ResultSet methods on the Network Client > updateBlob(int columnIndex, Blob x) > updateBlob(String columnName, Blob x) > updateClob(int columnIndex, Clob x) > updateClob(String columnName, Clob x) > updateBlob(int columnIndex, InputStream x, long length) > updateBlob(String columnName, InputStream x, long length) > updateClob(int columnIndex, Reader x, long length) > updateClob(String columnName, Reader x, long length) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.