[ http://nagoya.apache.org/jira/browse/DERBY-89?page=history ]

Jeremy Boynes updated DERBY-89:
-------------------------------

    Attachment: derby_java_signature.patch

Patch that supports Java signature in the external name provided they are 
mostly valid and do not contain whitesapace. For example

create procedure ambigious03(p1 INTEGER, p2 INTEGER) 
    language java parameter style java 
    external name 
'org.apache.derbyTesting.functionTests.util.ProcedureTest.ambigious2(int,java.lang.Integer)

> Support Java Signature in procedure declaration
> -----------------------------------------------
>
>          Key: DERBY-89
>          URL: http://nagoya.apache.org/jira/browse/DERBY-89
>      Project: Derby
>         Type: New Feature
>   Components: SQL
>     Reporter: Jeremy Boynes
>  Attachments: derby_java_signature.patch
>
> Derby cannot resolve procedures to methods when the Java signature determined 
> from the SQL declaration is ambiguous. SQL-03 Part 13 allows a Java signature 
> to be supplied in the SQL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to