Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CADDD524 for ; Mon, 23 Jul 2012 12:58:37 +0000 (UTC) Received: (qmail 76546 invoked by uid 500); 23 Jul 2012 12:58:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76322 invoked by uid 500); 23 Jul 2012 12:58:36 -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 76092 invoked by uid 99); 23 Jul 2012 12:58:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 12:58:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 9531614285A for ; Mon, 23 Jul 2012 12:58:34 +0000 (UTC) Date: Mon, 23 Jul 2012 12:58:34 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <1823577832.90791.1343048314613.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (DERBY-5874) Remove JDBC 3 constants from client.am.Statement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Knut Anders Hatlen created DERBY-5874: ----------------------------------------- Summary: Remove JDBC 3 constants from client.am.Statement Key: DERBY-5874 URL: https://issues.apache.org/jira/browse/DERBY-5874 Project: Derby Issue Type: Improvement Components: JDBC Affects Versions: 10.10.0.0 Reporter: Knut Anders Hatlen Assignee: Knut Anders Hatlen Priority: Trivial org.apache.derby.client.am.Statement defines three constants, CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT and CLOSE_ALL_RESULTS, that are also defined in java.sql.Statement. Since client.am.Statement implements java.sql.Statement, we could remove those constants and let it inherit them instead. The only reason why these constants are defined in client.am.Statement, is to make the client compile on JDKs predating JDBC 3 (that is, Java 1.3 and earlier). Since we don't support those JDKs anymore, the constants can be removed now. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira