You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Tony Seebregts <to...@cibecs.com> on 2005/09/12 10:36:54 UTC

Variable Length Parameter Lists

Hi,

Is there a way to specify variable length parameter lists in a CREATE 
FUNCTION statement ?

regards

Tony Seebregts


Re: Variable Length Parameter Lists

Posted by Rick Hillegas <Ri...@Sun.COM>.
Hi Tony,

The syntax is, unfortunately, rigid. What do you need to do? Do you want 
to avoid declaring each overload because your overloads are changing 
rapidly? Are you using Java 1.5 varargs?

Thanks,
-Rick

Tony Seebregts wrote:

> Hi,
>
> Is there a way to specify variable length parameter lists in a CREATE 
> FUNCTION statement ?
>
> regards
>
> Tony Seebregts
>