Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » ParameterInOutWrapper
ParameterInOutWrapper [message #12560] Thu, 04 May 2006 18:46 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Hui Cao is currently offline Hui CaoFriend
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 Go to previous messageGo to next message
Hui Cao is currently offline Hui CaoFriend
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 #14502 is a reply to message #12560] Tue, 16 May 2006 20:54 Go to previous message
Eclipse UserFriend
Originally posted by: francine.grimmer.ncr.com

Thanks, that seemed to work for me.

Francine
Re: ParameterInOutWrapper [message #573843 is a reply to message #12560] Fri, 05 May 2006 22:06 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
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] Mon, 08 May 2006 03:17 Go to previous message
Hui Cao is currently offline Hui CaoFriend
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 Go to previous message
Hui Cao is currently offline Hui CaoFriend
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 #577829 is a reply to message #12560] Tue, 16 May 2006 20:54 Go to previous message
Francine Grimmer is currently offline Francine GrimmerFriend
Messages: 17
Registered: July 2009
Junior Member
Thanks, that seemed to work for me.

Francine
Previous Topic:EMF and DTP
Next Topic:Derby plugin features for Callisto release
Goto Forum:
  


Current Time: Sat Jul 27 16:38:11 GMT 2024

Powered by FUDForum. Page generated in 0.03917 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top