Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30091 invoked from network); 5 Oct 2007 19:15:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 19:15:36 -0000 Received: (qmail 55514 invoked by uid 500); 5 Oct 2007 19:15:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 55317 invoked by uid 500); 5 Oct 2007 19:15:24 -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 55308 invoked by uid 99); 5 Oct 2007 19:15:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 12:15:24 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 19:15:25 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l95JBrpM009544 for ; Fri, 5 Oct 2007 15:11:53 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l95JBrjp546080 for ; Fri, 5 Oct 2007 15:11:53 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l95JBlTw011820 for ; Fri, 5 Oct 2007 15:11:48 -0400 Received: from [127.0.0.1] (IBM-7DEEBD4F66E.usca.ibm.com [9.72.134.62]) by d01av01.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l95JBkDn011273 for ; Fri, 5 Oct 2007 15:11:47 -0400 Message-ID: <47068CB3.6030009@sbcglobal.net> Date: Fri, 05 Oct 2007 12:12:51 -0700 From: Kathey Marsden User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Passing in objects to Stored procedures References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dimple Bhatia wrote: > > Can we create and call java store dprocedures which can take in > objects of a class? > No Derby does not have java object support. This is filed as DERBY-651. It is actually much more complex than "Re-enabling" support as the title says. It requires implementation of SQL specification Part 13:SQL Routines and Types Using the Java Programming Language (SQL/JRT) Kathey