It is not possible to use java code within attributes (or anywhere
else for that matter). You can handle this via SQL function calls (
which may harm preformance) or you can make the alteration to your
bean in the DAO class before it is passed in to the mapped statement.
Brandon
On 5/16/05, Marco
Hey Marco,
I'm afraid not. You could just do it in the database instead:
TNODE = trim( upper( #name# )
)
HTH,
Kris
Hello!!
Is possible use Trim(),UpperCase and another funcion in this mode:
.
TNODE = #name#
...
Thanks
Marco Berri
--
Kris Jenkins
Email: [EMAIL PROTECTED]
Blo
Hello!!
Is possible use Trim(),UpperCase and another funcion in this mode:
.
TNODE = #name#
...
Thanks
Marco Berri
3 matches
Mail list logo