Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 3903 invoked from network); 9 Aug 2005 16:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 16:47:26 -0000 Received: (qmail 69750 invoked by uid 500); 9 Aug 2005 16:47:24 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 69734 invoked by uid 500); 9 Aug 2005 16:47:24 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 69720 invoked by uid 99); 9 Aug 2005 16:47:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 09:47:23 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FORGED_RCVD_HELO,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.130.132.60] (HELO europa.telenet-ops.be) (195.130.132.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 09:47:45 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id 536A01981F6 for ; Tue, 9 Aug 2005 18:47:21 +0200 (MEST) Received: from personal.telenet.be (dD576B88C.access.telenet.be [213.118.184.140]) by europa.telenet-ops.be (Postfix) with SMTP id 24E921981F1 for ; Tue, 9 Aug 2005 18:47:21 +0200 (MEST) From: Sven Boden To: user-java@ibatis.apache.org Subject: Re: Stored procedures returning resultset Date: Tue, 09 Aug 2005 18:47:45 +0200 Message-ID: <1fnhf15o2me7dan02a2fserg56jnrts6a0@4ax.com> References: In-Reply-To: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 =46or the moment the mapping from ref cursor directly to ResultMap is not in iBATIS yet, that's what the JIRA 154 is about. Sven On Tue, 9 Aug 2005 12:34:08 -0400, you wrote: >Can we have a stored function call that returns a ref cursor and have >that map to a resultMap? > >If yes, what is the syntax to call a stored function from sqlmap? > >