Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Object Relational Problem

Re: Object Relational Problem

From: Dogan Cibiceli <dogan_at_mediaone.net>
Date: Tue, 22 Aug 2000 00:20:44 GMT
Message-ID: <wHjo5.38956$_s1.489311@typhoon.ne.mediaone.net>

execute immediate ...

"^Socrates^" <joseamartin_at_venmex.com> wrote in message news:sq337po287v110_at_corp.supernews.com...
> Hi, I am try to declare an Function_TY.
>
> Function_TY must have a metod called Evaluate();
>
>
>
> Function Evaluate (int ID_Formula)
> {
> Set Calc=' Select INS from *AnyTable* '
> }
>
>
> *AnyTable* , thats the problem.
>
> I Am Modeling Types, and cant say wich table must be called.
>
> The *AnyTable* is of type Fucntion_TY and the same table that finnaly
 Call
> metod Evaluate.
>
> I am Looking for something like that
>
> SELECT INS FROM *SELF*
>
> OR
>
> SELECT INS FROM *SELF.NAME*
>
>
>
> FOR TYPE DECLARATION.
>
> IS THERE A WAY TO DO SOMETHING LIKE THAT ?.
>
>
> THANKS...
>
>
>
>
>
>
>
>
>
Received on Mon Aug 21 2000 - 19:20:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US