Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 59529 invoked from network); 3 Apr 2007 16:18:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 16:18:57 -0000 Received: (qmail 17569 invoked by uid 500); 3 Apr 2007 16:19:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17532 invoked by uid 500); 3 Apr 2007 16:19:03 -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 17523 invoked by uid 99); 3 Apr 2007 16:19:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 09:19:03 -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, 03 Apr 2007 09:18:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 596F7714045 for ; Tue, 3 Apr 2007 09:18:32 -0700 (PDT) Message-ID: <25884853.1175617112345.JavaMail.jira@brutus> Date: Tue, 3 Apr 2007 09:18:32 -0700 (PDT) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections In-Reply-To: <22936325.1175549552247.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-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486402 ] Kim Haase commented on DERBY-2511: ---------------------------------- Thanks, that's pretty clear. Is there anything else to be said about what those JDBC 4.0-specific interfaces are for? Do people still need to use them if they want to run on JDK 6? > reference manual's description of JDBC4 features has misleading sections > ------------------------------------------------------------------------ > > Key: DERBY-2511 > URL: https://issues.apache.org/jira/browse/DERBY-2511 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.2.1.6, 10.2.2.0 > Reporter: Dag H. Wanvik > Priority: Trivial > > The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release): > "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method," > Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed: > "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method." > See ref/rrefjdbc4_0dataSource.dita, ca line 34 and ref/rrefjdbc4_0connection.dita ca line 42. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.