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 -> Object Relational Problem

Object Relational Problem

From: ^Socrates^ <joseamartin_at_venmex.com>
Date: Mon, 21 Aug 2000 16:10:49 -0400
Message-ID: <sq337po287v110@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 - 15:10:49 CDT

Original text of this message

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