Home » Eclipse Projects » DTP » ParameterInOutWrapper
ParameterInOutWrapper [message #12560] |
Thu, 04 May 2006 18: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 #12671 is a reply to message #12560] |
Fri, 05 May 2006 22:06 |
Eclipse User |
|
|
|
Originally posted by: jograham.sybase.com
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 #12815 is a reply to message #12671] |
Mon, 08 May 2006 03:17 |
Hui Cao Messages: 14 Registered: July 2009 |
Junior Member |
|
|
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] |
Tue, 16 May 2006 01:47 |
Hui Cao Messages: 14 Registered: July 2009 |
Junior Member |
|
|
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 #574073 is a reply to message #12671] |
Mon, 08 May 2006 03:17 |
Hui Cao Messages: 14 Registered: July 2009 |
Junior Member |
|
|
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] |
Tue, 16 May 2006 01:47 |
Hui Cao Messages: 14 Registered: July 2009 |
Junior Member |
|
|
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: Fri Nov 08 21:55:21 GMT 2024
Powered by FUDForum. Page generated in 0.05176 seconds
|