Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.5.1.1
-
None
-
Patch Available
Description
The Reference Guide should explain the method resolution rules for functions and procedures. The full rules are described in the SignatureMapping.html webpage attached to DERBY-3652. At this point, Derby implements those rules for the datatypes which Derby supports, except for LOB arguments. That exception may be largely lifted as a result of the work being done on DERBY-4066.
Attachments
Attachments
Issue Links
- is part of
-
DERBY-3652 Derby does not follow the SQL Standard when trying to map SQL routines to Java methods.
- Closed
- is related to
-
DERBY-1483 Java Function defined with a BIGINT parameter invokes the method with a signature of method(long) rather than method(Long)
- Closed