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 18:58:05 UTC

Custom funcion in SqlMap

Custom funcion in SqlMap

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