Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 88099 invoked from network); 23 Mar 2006 19:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2006 19:14:42 -0000 Received: (qmail 93757 invoked by uid 500); 23 Mar 2006 19:14:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93712 invoked by uid 500); 23 Mar 2006 19:14:41 -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 93703 invoked by uid 99); 23 Mar 2006 19:14:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 11:14:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 11:14:40 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A01646ACAA for ; Thu, 23 Mar 2006 19:14:19 +0000 (GMT) Message-ID: <763251543.1143141259653.JavaMail.jira@ajax> Date: Thu, 23 Mar 2006 19:14:19 +0000 (GMT) From: "David Van Couvering (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-953) Add miscellaneous Statement methods introduced by JDBC 4 In-Reply-To: <1887814093.1139614258959.JavaMail.jira@ajax.apache.org> 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-953?page=all ] David Van Couvering resolved DERBY-953: --------------------------------------- Resolution: Fixed Resolved, revision 388234. With StatementTest.junit added to the jdbc40 test suite, the suite passes. I did not run derbyall because this is a JDBC4-specific method, and only new, JDBC4-specific code was added; no existing code was modified. > Add miscellaneous Statement methods introduced by JDBC 4 > -------------------------------------------------------- > > Key: DERBY-953 > URL: http://issues.apache.org/jira/browse/DERBY-953 > Project: Derby > Type: New Feature > Components: JDBC > Reporter: Rick Hillegas > Assignee: Kristian Waagan > Fix For: 10.2.0.0 > Attachments: DERBY-953-1a.diff, DERBY-953-1a.stat, DERBY-953-2a.diff, DERBY-953-3a.diff > > As described in the JDBC 4 spec, sections 13.1 and 3.1. > This adds support for new Statement methods added by JDBC4 and not addressed by other JIRAs: isClosed() and getResultSetHoldability(). -- 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