you would want to use the literal $tabPrefix$ notation.

Brandon


On Tue, 15 Feb 2005 17:06:53 +0100, Vincenzo Graziadei
<[EMAIL PROTECTED]> wrote:
> > It's possible , with iBatis for Java, to have a dynamic table name, like
> > this :
> >
> >       <select id="getRighe"
> >                       resultMap="resultRighe"
> >                       parameterClass="java.util.Map">
> >               <![CDATA[
> >               select *
> >               from #tabPrefix#_righe
> >               where IDUtente = #IDUtente#
> >               ]]>
> >
> > Thank You
> >
> > Vincenzo Graziadei
> >
> >
> 
>

Reply via email to