You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Marco Berri <ma...@bluestudio.it> on 2005/05/16 11:25:29 UTC

SqlMap More sql Funcion

Hello!!

Is possible use Trim(),UpperCase and another funcion in this mode:

.....
<dynamic prepend="WHERE">
<isNotNull prepend="AND" property="name" param="trim()" 
param="uppercase()" (etc.... ) > TNODE = #name# </isNotNull>
</dynamic>
.......



Thanks!!!!

Marco Berri