Hello,

I have a couple of questions on custom SQL functions:

1) Can functions be overloaded, ie. could there be a to_string( Date) and a 
to_string( Double) function?

2) If yes, how is the applicable function identified? Based on parameters? Or 
does the function need to be qualified with the class name?

3) How are functions registered using XML configuration? The documentation only 
shows programmatic registration.

Thanks...

Roger

Reply via email to