I am use the SelectBuilder to generate query statement.  I have a need to 
generate an IN clause.  If I where to do this using sql-map.xml, I would use a 
<foreach>.
   WHERE ID in <foreach item="item" index="index" collection="list"
                 open="(" separator="," close=")"> #{item}
               < /foreach>

What is the equivalent in SqlBuilder?

Paul Spencer
---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to