| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: MV Keys
Mikito Harakiri wrote:
> [...] In my practice a simple function like
>
> int foo( int arg1 )
>
> often evolves to return more than one argument.
Then it's not a function by definition.
> It is very annoying to
> be forced to make a user defined type
That's bizarre. Why is it 'annoying' ?
>
> class ReturnValue (
> public int ret1;
> public int ret2;
> )
>
> which sole purpose is to work around the single function return type
> limitation. In many cases I can't even think of decent name for such a
> return struicture!
Received on Wed Mar 08 2006 - 14:24:09 CST
![]() |
![]() |