cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to define a function that returns a void?

Former Member
0 Likes
1,402

Hi all,

How can I define a custom function that returns a void?

My understanding is simple UDF can only return a string.

Is there any way around this limitation?

Thanks.

Ron

View Entire Topic
Former Member
0 Likes

HI,

In Xi , we have a provision ..

create a package with class and your required methods..

compile in NWDS. create JAR and zip it.. and come back to XI import it under Imported Archieve section .. in you mapping you can have an option ..

import : package name..

in your UDF you can use it by ref the name with package name.

Points rewarded if it is usefull.

Regards

Chilla..