Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 21018 invoked from network); 12 May 2005 00:27:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2005 00:27:20 -0000 Received: (qmail 57028 invoked by uid 500); 12 May 2005 00:31:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56949 invoked by uid 500); 12 May 2005 00:31:09 -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 56929 invoked by uid 99); 12 May 2005 00:31:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 17:31:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3BD6D30E for ; Wed, 11 May 2005 20:59:06 +0200 (CEST) Message-ID: <1247673397.1115837946237.JavaMail.jira@ajax.apache.org> Date: Wed, 11 May 2005 20:59:06 +0200 (CEST) From: "Jean T. Anderson (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-227) Reference manual has incorrect information for supported resultset types for prepareCall JDBC api In-Reply-To: <1869811237.1113513322965.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-227?page=all ] Jean T. Anderson resolved DERBY-227: ------------------------------------ Resolution: Fixed Fix Version: 10.1.0.0 Patch committed revision 169675. > Reference manual has incorrect information for supported resultset types 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 > Fix For: 10.1.0.0 > 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 the only resultSet type supported for prepareCall. That is not correct. prepareCall supports ResultSet.TYPE_FORWARD_ONLY and ResultSet.TYPE_SCROLL_INSENSITIVE (similar to createStatement and prepareStatement). In short, the column 3 of the table should have same information for createStatement, prepareStatement and prepareCall. -- 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