Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29067 invoked from network); 23 Jun 2006 09:34:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 09:34:59 -0000 Received: (qmail 11206 invoked by uid 500); 23 Jun 2006 09:34:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11181 invoked by uid 500); 23 Jun 2006 09:34:58 -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 11172 invoked by uid 99); 23 Jun 2006 09:34:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 02:34:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 02:34:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9ED77410007 for ; Fri, 23 Jun 2006 09:33:30 +0000 (GMT) Message-ID: <30342958.1151055210648.JavaMail.jira@brutus> Date: Fri, 23 Jun 2006 09:33:30 +0000 (GMT+00:00) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-1445) Add new streaming overloads and modify some existing ones. In-Reply-To: <2377902.1151055089838.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1445?page=all ] V.Narayanan reassigned DERBY-1445: ---------------------------------- Assign To: V.Narayanan > Add new streaming overloads and modify some existing ones. > ----------------------------------------------------------- > > Key: DERBY-1445 > URL: http://issues.apache.org/jira/browse/DERBY-1445 > Project: Derby > Type: New Feature > Components: JDBC > Reporter: V.Narayanan > Assignee: V.Narayanan > > The task involves Adding and modifying the following methods > add PreparedStatement.setAsciiStream (int columnIndex, InputStream x, long length) > add PreparedStatement.setBinaryStream (int columnIndex, InputStream x, long length > add PreparedStatement.setCharacterStream (int columnIndex, Reader x, long length) > add CallableStatement.setAsciiStream (String columnName, InputStream x, long length) > add CallableStatement.setBinaryStream (String columnName, InputStream x, long length) > add CallableStatement.setCharacterStream (String columnName, Reader x, long length) > add ResultSet.updateAsciiStream (int columnIndex, InputStream x, long length) > add ResultSet.updateBinaryStream (int columnIndex, InputStream x, long length) > add ResultSet.updateCharacterStream (int columnIndex, Reader x, long length) > add ResultSet.updateAsciiStream (String columnName, InputStream x, long length) > add ResultSet.updateBinaryStream (String columnName, InputStream x, long length) > add ResultSet.updateCharacterStream (String columnName, Reader x, long length) > add ResultSet.updateBlob (int columnIndex, InputStream x, long length) > add ResultSet.updateBlob (String columnName, InputStream x, long length) > add ResultSet.updateClob (int columnIndex, Reader x, long length) > add ResultSet.updateClob (String columnName, Reader x, long length) > add ResultSet.updateNClob (int columnIndex, Reader x, long length) > add ResultSet.updateNClob (String columnName, Reader x, long length) > modify ResultSet.updateNCharacterStream(int columnIndex, Reader x, int length) to ResultSet.updateNCharacterStream(int columnIndex, Reader x, long > length) > modify ResultSet.updateNCharacterStream(String columnName, Reader x, int length) to ResultSet.updateNCharacterStream(String columnName, > Reader x, long length) -- 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