Hi Rick,
I would very much like to use Java 1.5 varargs ... the particular use
case is processing a whole row as part of a trigger and it would save me
having to create a seperate function definition for each table.
Its not a train smash - just would make things cleaner and simplify
maintenance in the future.
regards
Tony
-----Original Message-----
From: Rick Hillegas [mailto:[EMAIL PROTECTED]
Sent: Monday, September 12, 2005 6:36 PM
To: Derby Discussion
Subject: Re: Variable Length Parameter Lists
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