Home » Eclipse Projects » DTP » ParameterInOutWrapper
ParameterInOutWrapper [message #12560] |
Thu, 04 May 2006 14:46  |
Eclipse User |
|
|
|
Originally posted by: francine.grimmer.ncr.com
I am extending the CallableSQLResultRunnable class and trying to overwrite the handleSuccess method to display the output paramters of the stored procedure. In doing this, I need access to the ParameterInOutWrapper class. But when I include this in my method, I get an access restriction error. The same thing happens for the Parameter class.
Is this an oversite or is this intentional? If intentional, then what is recommended for implementers to extend this class and use the IN and OUT parameters of the stored procedure?
please respond.
regards,
Francine
|
|
| |
Re: ParameterInOutWrapper [message #12815 is a reply to message #12671] |
Sun, 07 May 2006 23:17   |
Eclipse User |
|
|
|
Hi Francine,
This is an interesting question. We didn't expect you extend
CallableSQLResultRunnable in this way and didn't expose the
ParameterInOutWrapper class. But now it seems that we should do so. Since
this envolves API changes and we're approaching Callisto, we need DTP
PMC's approval for this change. BTW, the
org.eclipse.datatools.sqltools.result.Parameter class is already exposed.
I'll get you updated ASAP.
Hui Cao
Sybase Inc.
John Graham wrote:
> Hi Francine,
> I've forwarded this question to our SQL Dev team. The committer who knows
> the answer is currently on vacation, but will be back on 5/8, so look for an
> answer early next week.
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC Chair
> "Francine Grimmer" <francine.grimmer@ncr.com> wrote in message
> news:19562234.1146768429909.JavaMail.root@cp1.javalobby.org...
>>I am extending the CallableSQLResultRunnable class and trying to overwrite
>>the handleSuccess method to display the output paramters of the stored
>>procedure. In doing this, I need access to the ParameterInOutWrapper class.
>>But when I include this in my method, I get an access restriction error.
>>The same thing happens for the Parameter class.
>>
>> Is this an oversite or is this intentional? If intentional, then what is
>> recommended for implementers to extend this class and use the IN and OUT
>> parameters of the stored procedure?
>>
>> please respond.
>> regards,
>> FrancineHi
|
|
|
Re: ParameterInOutWrapper [message #14472 is a reply to message #12815] |
Mon, 15 May 2006 21:47   |
Eclipse User |
|
|
|
Hi Francine,
The "org.eclipse.datatools.sqltools.routineeditor.parameter" package in
org.eclipse.datatools.sqltools.routineeditor plugin has been exposed so
that you should have no problem extending CallableSQLResultRunnable now.
You can checkout RC3 for the latest changes.
Regards!
Hui Cao
Sybase Inc.
Hui Cao wrote:
> Hi Francine,
> This is an interesting question. We didn't expect you extend
> CallableSQLResultRunnable in this way and didn't expose the
> ParameterInOutWrapper class. But now it seems that we should do so. Since
> this envolves API changes and we're approaching Callisto, we need DTP
> PMC's approval for this change. BTW, the
> org.eclipse.datatools.sqltools.result.Parameter class is already exposed.
> I'll get you updated ASAP.
> Hui Cao
> Sybase Inc.
> John Graham wrote:
>> Hi Francine,
>> I've forwarded this question to our SQL Dev team. The committer who knows
>> the answer is currently on vacation, but will be back on 5/8, so look for
an
>> answer early next week.
>> Regards,
>> John Graham
>> Eclipse Data Tools Platform PMC Chair
>> "Francine Grimmer" <francine.grimmer@ncr.com> wrote in message
>> news:19562234.1146768429909.JavaMail.root@cp1.javalobby.org...
>>>I am extending the CallableSQLResultRunnable class and trying to overwrite
>>>the handleSuccess method to display the output paramters of the stored
>>>procedure. In doing this, I need access to the ParameterInOutWrapper class.
>>>But when I include this in my method, I get an access restriction error.
>>>The same thing happens for the Parameter class.
>>>
>>> Is this an oversite or is this intentional? If intentional, then what is
>>> recommended for implementers to extend this class and use the IN and OUT
>>> parameters of the stored procedure?
>>>
>>> please respond.
>>> regards,
>>> FrancineHi
|
|
| |
Re: ParameterInOutWrapper [message #573843 is a reply to message #12560] |
Fri, 05 May 2006 18:06  |
Eclipse User |
|
|
|
Hi Francine,
I've forwarded this question to our SQL Dev team. The committer who knows
the answer is currently on vacation, but will be back on 5/8, so look for an
answer early next week.
Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
"Francine Grimmer" <francine.grimmer@ncr.com> wrote in message
news:19562234.1146768429909.JavaMail.root@cp1.javalobby.org...
>I am extending the CallableSQLResultRunnable class and trying to overwrite
>the handleSuccess method to display the output paramters of the stored
>procedure. In doing this, I need access to the ParameterInOutWrapper class.
>But when I include this in my method, I get an access restriction error.
>The same thing happens for the Parameter class.
>
> Is this an oversite or is this intentional? If intentional, then what is
> recommended for implementers to extend this class and use the IN and OUT
> parameters of the stored procedure?
>
> please respond.
> regards,
> Francine
|
|
|
Re: ParameterInOutWrapper [message #574073 is a reply to message #12671] |
Sun, 07 May 2006 23:17  |
Eclipse User |
|
|
|
Hi Francine,
This is an interesting question. We didn't expect you extend
CallableSQLResultRunnable in this way and didn't expose the
ParameterInOutWrapper class. But now it seems that we should do so. Since
this envolves API changes and we're approaching Callisto, we need DTP
PMC's approval for this change. BTW, the
org.eclipse.datatools.sqltools.result.Parameter class is already exposed.
I'll get you updated ASAP.
Hui Cao
Sybase Inc.
John Graham wrote:
> Hi Francine,
> I've forwarded this question to our SQL Dev team. The committer who knows
> the answer is currently on vacation, but will be back on 5/8, so look for an
> answer early next week.
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC Chair
> "Francine Grimmer" <francine.grimmer@ncr.com> wrote in message
> news:19562234.1146768429909.JavaMail.root@cp1.javalobby.org...
>>I am extending the CallableSQLResultRunnable class and trying to overwrite
>>the handleSuccess method to display the output paramters of the stored
>>procedure. In doing this, I need access to the ParameterInOutWrapper class.
>>But when I include this in my method, I get an access restriction error.
>>The same thing happens for the Parameter class.
>>
>> Is this an oversite or is this intentional? If intentional, then what is
>> recommended for implementers to extend this class and use the IN and OUT
>> parameters of the stored procedure?
>>
>> please respond.
>> regards,
>> FrancineHi
|
|
|
Re: ParameterInOutWrapper [message #577792 is a reply to message #12815] |
Mon, 15 May 2006 21:47  |
Eclipse User |
|
|
|
Hi Francine,
The "org.eclipse.datatools.sqltools.routineeditor.parameter" package in
org.eclipse.datatools.sqltools.routineeditor plugin has been exposed so
that you should have no problem extending CallableSQLResultRunnable now.
You can checkout RC3 for the latest changes.
Regards!
Hui Cao
Sybase Inc.
Hui Cao wrote:
> Hi Francine,
> This is an interesting question. We didn't expect you extend
> CallableSQLResultRunnable in this way and didn't expose the
> ParameterInOutWrapper class. But now it seems that we should do so. Since
> this envolves API changes and we're approaching Callisto, we need DTP
> PMC's approval for this change. BTW, the
> org.eclipse.datatools.sqltools.result.Parameter class is already exposed.
> I'll get you updated ASAP.
> Hui Cao
> Sybase Inc.
> John Graham wrote:
>> Hi Francine,
>> I've forwarded this question to our SQL Dev team. The committer who knows
>> the answer is currently on vacation, but will be back on 5/8, so look for
an
>> answer early next week.
>> Regards,
>> John Graham
>> Eclipse Data Tools Platform PMC Chair
>> "Francine Grimmer" <francine.grimmer@ncr.com> wrote in message
>> news:19562234.1146768429909.JavaMail.root@cp1.javalobby.org...
>>>I am extending the CallableSQLResultRunnable class and trying to overwrite
>>>the handleSuccess method to display the output paramters of the stored
>>>procedure. In doing this, I need access to the ParameterInOutWrapper class.
>>>But when I include this in my method, I get an access restriction error.
>>>The same thing happens for the Parameter class.
>>>
>>> Is this an oversite or is this intentional? If intentional, then what is
>>> recommended for implementers to extend this class and use the IN and OUT
>>> parameters of the stored procedure?
>>>
>>> please respond.
>>> regards,
>>> FrancineHi
|
|
| |
Goto Forum:
Current Time: Sat May 10 16:33:29 EDT 2025
Powered by FUDForum. Page generated in 0.06586 seconds
|