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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Clean Object Class Design -- What is it?

Re: Clean Object Class Design -- What is it?

From: Topmind <topmind_at_technologist.com>
Date: Sat, 21 Jul 2001 23:34:44 GMT
Message-ID: <MPG.15b11e29f0a28f2989b4c@news.earthlink.net>

>
> Rico wrote in message ...
>
> >"Set-level operations" have nothing to do with updating information.
> >"Set-level operations" are: union, intersection, difference, etc. There's
> >no "update" in there.
>
>
> insert(x,S) = union (S, {x])
>

Is that square bracket supposed to be curly, by chance?

> remove(x,S) = difference(S, {x})
>
> update(x,y,S) = insert(y, remove(x,S) )
>
> --PeterD
>

Everything is everything. There are many paths to Turing :-)

-T- Received on Sat Jul 21 2001 - 18:34:44 CDT

Original text of this message

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