Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 73183 invoked from network); 22 Jun 2006 18:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 18:41:39 -0000 Received: (qmail 30457 invoked by uid 500); 22 Jun 2006 18:41:37 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 30440 invoked by uid 500); 22 Jun 2006 18:41:36 -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 30429 invoked by uid 99); 22 Jun 2006 18:41:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 11:41:36 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [68.142.225.205] (HELO smtp107.rog.mail.re2.yahoo.com) (68.142.225.205) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jun 2006 11:41:35 -0700 Received: (qmail 43607 invoked from network); 22 Jun 2006 18:29:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=wFXHwBVMSRELKYxXwRSa2eFStxk9GyJJygM1XEli2deUcTuBx0jI3VNky14oZ1rBAJp6xCp3hh4uwncENc/EeNdJaljrzBkjS8++8yr8TItljPqYspYuo3raubkx1Un8NiieOteRx8YKL5S+GinzxxXoowi7eTLYUKOAhLXmsg8= ; Received: from unknown (HELO RIGCISERVER) (serjann@rogers.com@70.30.236.227 with login) by smtp107.rog.mail.re2.yahoo.com with SMTP; 22 Jun 2006 18:29:13 -0000 Message-ID: <190901c69629$c3a36a10$0601a8c0@RIGCISERVER> From: "Edwin Lukaweski" To: Subject: sql map via Java API Date: Thu, 22 Jun 2006 14:29:14 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_1906_01C69608.3C5D4C90" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_1906_01C69608.3C5D4C90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi: Is there any way of submitting a new SQL Map = snippet via the Java API. Or, alternatively, is there a way of = contructing an object, from iBatis, that accomplishes the same thing? What I am trying to do is build a SELECT statement at execution = time, based on parameters entered, but after ibatis has been = initialized. I would then like to load it into an SQL-MAP for a specific = table (namespace ID) and then use the standard interface calls. Thanks, Edwin ------=_NextPart_000_1906_01C69608.3C5D4C90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi:
 
    Is there any way of = submitting a=20 new <select>.....</select> SQL Map snippet via the Java API. = Or,=20 alternatively, is there a way of contructing an object, from iBatis, = that=20 accomplishes the same thing?
    What I am trying to = do is build=20 a SELECT statement at execution time, based on parameters entered, but = after=20 ibatis has been initialized. I would then like to load it into an = SQL-MAP for a=20 specific table (namespace ID) and then use the standard interface=20 calls.
 
Thanks,
Edwin
 
------=_NextPart_000_1906_01C69608.3C5D4C90--