Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 11309 invoked from network); 3 Oct 2008 16:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 16:27:27 -0000 Received: (qmail 36699 invoked by uid 500); 3 Oct 2008 16:27:23 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 36461 invoked by uid 500); 3 Oct 2008 16:27:23 -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 36450 invoked by uid 99); 3 Oct 2008 16:27:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 09:27:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 209.85.128.190 as permitted sender) Received: from [209.85.128.190] (HELO fk-out-0910.google.com) (209.85.128.190) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 16:26:21 +0000 Received: by fk-out-0910.google.com with SMTP id b27so1694145fka.0 for ; Fri, 03 Oct 2008 09:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zmJfkY8v3nrkV45ITPQEUM7cv3ApMyKY9ti4W0iUW60=; b=KDwRGx3mOt8uL9mLw34Njps/iNy4brDDIS0XaDd7+uqjRv3c0Jx6lD8i0ZWDNznz6a +ziOruhogHp6Blu2zrrZ8V3mLjbR8H7q3q8UXf1XaUOiSWWqFglJ3vL1z2wQ81KXUVIr VYowPdn38Lytls7UF6nOd9oJDHvZCI7vujR1M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tB3FEtME6kSJ+s0bqUMekWeMMaqattig9qauOcs/4XEDY8DHBkQaw1khFIWroxOzwU Jq8gW6E/rnhmmhLzaoQuoju7r4bWaFol2pAhnNlVhw2NfHl7DxZ4ZzRqFLAsMGpGn2Gx OZTrJuuxmmJ1IA/ZVog1+6Be7Swu9W4/v2ABo= Received: by 10.181.25.18 with SMTP id c18mr937753bkj.8.1223051205296; Fri, 03 Oct 2008 09:26:45 -0700 (PDT) Received: by 10.181.1.9 with HTTP; Fri, 3 Oct 2008 09:26:45 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 10:26:45 -0600 From: "Larry Meadors" Reply-To: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: How do you pass arguemtns when you use "in" a statement? In-Reply-To: <559236.83337.qm@web51407.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <559236.83337.qm@web51407.mail.re2.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Read up on the iterator element. On Fri, Oct 3, 2008 at 10:08 AM, wrote: > Are there elegant way to do this? Thanks in advance! >