Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6, 10.2.2.0, 10.3.1.4
-
Normal
-
Patch Available
Description
Varargs were added in Java 5. It would be nice if Derby let you invoke a function bound to a method with a variable length argument list. The Reference Guide states a small number of restrictions for methods which can be invoked as Derby functions: They must be public, static, and not have arguments which are long datatypes. I see no reason that Derby shouldn't be able to resolve and invoke functions which are bound to methods which don't suffer these limitations but which have variable argument lists.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6047 NPE in StaticCallMethod#coerceMethodParameter with a constant argument to INOUT parameter
- Closed
-
DERBY-6018 Document varargs routines.
- Closed
-
DERBY-6022 Add a system procedure for (un)registering optional packages of Derby tools.
- Closed