Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 87232 invoked from network); 24 Nov 2006 17:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2006 17:31:29 -0000 Received: (qmail 76229 invoked by uid 500); 24 Nov 2006 17:31:38 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 75676 invoked by uid 500); 24 Nov 2006 17:31:37 -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 75661 invoked by uid 99); 24 Nov 2006 17:31:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 09:31:37 -0800 X-ASF-Spam-Status: No, hits=3.9 required=10.0 tests=FROM_ALL_NUMS,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of 226057@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 09:31:25 -0800 Received: by ug-out-1314.google.com with SMTP id m2so650140ugc for ; Fri, 24 Nov 2006 09:31:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sqJestZqZm6okrOSVRdtThhBhdOarkVn1/6+ceQd1cyXojpXai0yS+2s+k+7Ktg9xF3R1am85f+z0V/OW+Z9wb6Ahe3HFPBM73H6t9nyyS9YzEvXqCwfIC8nOtyba043GuEtZ+Jd7/3RB6JLp5UzkD5is+R9GBPQ43ggZwV0kKU= Received: by 10.66.242.5 with SMTP id p5mr7347780ugh.1164389464481; Fri, 24 Nov 2006 09:31:04 -0800 (PST) Received: by 10.66.243.12 with HTTP; Fri, 24 Nov 2006 09:31:04 -0800 (PST) Message-ID: <46d2280d0611240931j4ade2c49y592f9ae15b56ca60@mail.gmail.com> Date: Fri, 24 Nov 2006 21:31:04 +0400 From: "Koka Kiknadze" <226057@gmail.com> To: user-java@ibatis.apache.org Subject: Re: How to use simple jdbc Statement in ibatis In-Reply-To: <8CA0DB1C6F90AD4FA258843E456E0B5304CE92B4@igtechnexc01.igatecorp.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_81084_26099197.1164389464319" References: <8CA0DB1C6F90AD4FA258843E456E0B5304CE92B4@igtechnexc01.igatecorp.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_81084_26099197.1164389464319 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I think you should look at remapResults paragraph in dev guide and use something like select LAST_UPDATED_USER from $sometable$ Now the string passed to your single DAO method will be substituted for $sometable$ ------=_Part_81084_26099197.1164389464319 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I think you should look at remapResults paragraph in dev guide and use something like

select LAST_UPDATED_USER  from $sometable$

Now the string passed to your single DAO method will be substituted for $sometable$



------=_Part_81084_26099197.1164389464319--