From derby-commits-return-13708-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Tue Jan 18 20:54:55 2011 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 34724 invoked from network); 18 Jan 2011 20:54:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 20:54:55 -0000 Received: (qmail 55942 invoked by uid 500); 18 Jan 2011 20:54:55 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 55897 invoked by uid 500); 18 Jan 2011 20:54:55 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 55890 invoked by uid 99); 18 Jan 2011 20:54:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 20:54:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 20:54:54 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 5F6703FD for ; Tue, 18 Jan 2011 20:54:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 18 Jan 2011 20:54:27 -0000 Message-ID: <20110118205427.8058.40281@eosnew.apache.org> Subject: =?utf-8?q?=5BDb-derby_Wiki=5D_Update_of_=22JdbcFourOne=22_by_RichardHille?= =?utf-8?q?gas?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for = change notification. The "JdbcFourOne" page has been changed by RichardHillegas. http://wiki.apache.org/db-derby/JdbcFourOne?action=3Ddiff&rev1=3D23&rev2=3D= 24 -------------------------------------------------- || '''Status''' || '''Method''' || '''Description''' || '''Derby Change''= ' || '''Size''' || '''Owner''' || || <> ||'''!CallableStatement.getObject(int,Class)''= '||Optional new method. Retrieves an OUT or INOUT parameter as the desired = class type.||Add to JDBC 4 implementation (requires generics).||Medium||Ric= k|| || <> ||'''!CallableStatement.getObject(String,Class= )'''||Optional new method. See getObject(int,Class).||Add to JDBC 4 impleme= ntation (requires generics).||Small||Rick|| - || <> ||'''Connection.abort(Executor)'''||Mandatory new = method. Closes the Connection and lets the Executor release resources lazil= y.||Add to JDBC 4 implementation (requires java.util.concurrent.Executor in= terface which was introduced in Java 5).||Medium||Rick|| + || <> ||'''Connection.abort(Executor)'''||Mandatory = new method. Closes the Connection and lets the Executor release resources l= azily.||Add to JDBC 4 implementation (requires java.util.concurrent.Executo= r interface which was introduced in Java 5).||Medium||Rick|| || <> ||'''Connection.getNetworkTimeout()'''||Optional n= ew method.||Throw SQLFeatureNotSupportedException.||Small||-|| || <> ||'''Connection.getTypeMap()'''||Spec clarific= ation.||No action needed.||None||-|| || <> ||'''Connection.getSchema()'''||Mandatory new meth= od. Gets the name of the session's schema.||Add to JSR 169 implementation.|= |Small||-||