[ http://issues.apache.org/jira/browse/DERBY-1206?page=all ]
     
Jean T. Anderson closed DERBY-1206:
-----------------------------------

    Resolution: Invalid

This is an excellent question, but the right place to ask it is on the 
[email protected] mail list, so please post it there. To subscribe, send 
email to [EMAIL PROTECTED] More information about Derby mail lists is at 
http://db.apache.org/derby/derby_mail.html .

> Pls Give me Suggestion about Procedure Problem !!
> -------------------------------------------------
>
>          Key: DERBY-1206
>          URL: http://issues.apache.org/jira/browse/DERBY-1206
>      Project: Derby
>         Type: Bug

>   Components: SQL
>     Versions: 10.0.2.0
>  Environment: Embedded Driver 
>     Reporter: Dheeraj Dhiman
>     Priority: Critical

>
> I m using apache derby for my Project !!
> In this project we want to make a function 
> which accecpt three long argument & i want to return Object[] ( Object Array 
> ) !!
> Can this is possible in apache derby if yes then pls give example !!
> My Case is :::
> create function myprocedure( id1 bigint , id2 bigint , id3 bigint ) returns 
> Object[] parameter style java reads sql data language java external name 
> 'myclass.myProcedureMethod' ;
> class myclass{
> public static Object[] myProcedureMethod(long id1 , long id2 , long id3){
> return new Object[32];
> }
> }
> Thanks !!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to