Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37541 invoked from network); 27 Mar 2007 12:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 12:38:54 -0000 Received: (qmail 39782 invoked by uid 500); 27 Mar 2007 12:39:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39745 invoked by uid 500); 27 Mar 2007 12:39: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 39736 invoked by uid 99); 27 Mar 2007 12:39:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 05:39: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, 27 Mar 2007 05:38:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65EEE714041 for ; Tue, 27 Mar 2007 05:38:32 -0700 (PDT) Message-ID: <6126142.1174999112415.JavaMail.jira@brutus> Date: Tue, 27 Mar 2007 05:38:32 -0700 (PDT) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12484443 ] V.Narayanan commented on DERBY-2443: ------------------------------------ I will do this. Thank You for the comments and commit Knut. Attempting to send this comment as a email to jira@apache.org :-) . > 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 > Assigned To: V.Narayanan > Attachments: 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.