Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 42139 invoked from network); 13 Feb 2006 18:39:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 18:39:09 -0000 Received: (qmail 86714 invoked by uid 500); 13 Feb 2006 18:39:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 86633 invoked by uid 500); 13 Feb 2006 18:39:07 -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 86613 invoked by uid 99); 13 Feb 2006 18:39:06 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL 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; Mon, 13 Feb 2006 10:39:04 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 593DFDE for ; Mon, 13 Feb 2006 19:38:43 +0100 (CET) Message-ID: <700853406.1139855923363.JavaMail.jira@ajax.apache.org> Date: Mon, 13 Feb 2006 19:38:43 +0100 (CET) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-945) Miscellaneous Connection methods added by JDBC 4 In-Reply-To: <552384283.1139607659617.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-945?page=3Dcomments#action= _12366228 ]=20 Rick Hillegas commented on DERBY-945: ------------------------------------- >From section 3.1 of the JDBC spec: =E2=96=A0 JDBC API changes The following changes were made to existing JDBC interfaces. =E2=96=A0 Connection Added the methods createBlob, createClob, createNClob, createQueryObject, isValid, createXML, getClientInfo, setClientInfo. > Miscellaneous Connection methods added by JDBC 4 > ------------------------------------------------ > > Key: DERBY-945 > URL: http://issues.apache.org/jira/browse/DERBY-945 > Project: Derby > Type: New Feature > Components: JDBC > Reporter: Rick Hillegas > Fix For: 10.2.0.0 > > As described in the JDBC 4 spec section 3.1. > This addresses new Connection methods added by JDBC 4 which are not addre= ssed by the large object work (DERBY-796) and EOD work (DERBY-942). These a= dditional methods are getClientInfo(), setClientInfo(), and isValid(). For = the client info calls, we propose to not support the getting/setting of cli= ent info properties for release 10.2. Support for this functionality is opt= ional. These properties are used for configuring session-scope, server-side= diagnostics which Derby supplies through other mechanisms. --=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