Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 88100 invoked from network); 10 May 2005 18:49:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2005 18:49:38 -0000 Received: (qmail 67918 invoked by uid 500); 10 May 2005 18:53:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67891 invoked by uid 500); 10 May 2005 18:53:08 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 67877 invoked by uid 99); 10 May 2005 18:53:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of msatoor@gmail.com designates 64.233.184.198 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 11:53:07 -0700 Received: by wproxy.gmail.com with SMTP id 58so2320890wri for ; Tue, 10 May 2005 11:49:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gblN2ZjCozAkvQK3Ib3Ult3M2S+xyMYnxvmDHI92vnBgXqTUMtHVik+kBs7M28m5G0Xk2UMfUeVFcF46mgZ3CdXG5ADqtD+7b670kLyjse1hi1rI2Wk/HGBdMqNsiKRXgDD1e6oWRPdaKunCPOPJq4NCXzJfXSCuEqunCZu0S8o= Received: by 10.54.54.35 with SMTP id c35mr679560wra; Tue, 10 May 2005 11:49:32 -0700 (PDT) Received: by 10.54.49.41 with HTTP; Tue, 10 May 2005 11:49:32 -0700 (PDT) Message-ID: Date: Tue, 10 May 2005 11:49:32 -0700 From: Mamta Satoor Reply-To: Mamta Satoor To: Derby Development Subject: Re: [jira] Updated: (DERBY-227) Reference manual has incorrect information for supported resultset types for prepareCall JDBC api In-Reply-To: <1216407538.1115615225079.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <538547385.1113513322861.JavaMail.jira@ajax.apache.org> <1216407538.1115615225079.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got the html copy of this change from Jeff and the change looks good. Thanks for taking care of this, Jeff. On 5/8/05, Jeff Levitt (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-227?page=3Dall ] >=20 > Jeff Levitt updated DERBY-227: > ------------------------------ >=20 > Attachment: derby227.diff >=20 > The attached derby227.diff patch removes the Implementation notes cell fr= om the prepareCall row of this table. It then extendes the Implementation = notes cell shared by the createstatement and preparestatement cells, so in = effect, they all read the same. This is in the rrefjdbc80004.dita file. >=20 > > Reference manual has incorrect information for supported resultset type= s for prepareCall JDBC api > > -----------------------------------------------------------------------= -------------------------- > > > > Key: DERBY-227 > > URL: http://issues.apache.org/jira/browse/DERBY-227 > > Project: Derby > > Type: Bug > > Components: Documentation > > Versions: 10.1.0.0 > > Reporter: Mamta A. Satoor > > Attachments: derby227.diff > > > > Reference manual at http://incubator.apache.org/derby/manuals/reference= /sqlj210.html#HDRSII-JDBC-80004 says that ResultSet.Type_FORWARD_ONLY is th= e only resultSet type supported for prepareCall. That is not correct. prepa= reCall supports ResultSet.TYPE_FORWARD_ONLY and ResultSet.TYPE_SCROLL_INSEN= SITIVE (similar to createStatement and prepareStatement). In short, the col= umn 3 of the table should have same information for createStatement, prepar= eStatement and prepareCall. >=20 > -- > 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 >=20 >