Re: 1GB Tables as Classes, or Tables as Types, and all that refuted
From: erk <eric.kaun_at_gmail.com>
Date: 14 Dec 2004 08:30:38 -0800
Message-ID: <1103041838.082082.9500_at_c13g2000cwb.googlegroups.com>
Date: 14 Dec 2004 08:30:38 -0800
Message-ID: <1103041838.082082.9500_at_c13g2000cwb.googlegroups.com>
Costin Cozianu wrote:
> Now please give me the reference in the Third Manifesto where Date
> defines what a variable is.
Pages 9-11 discuss these differences:
- value (e.g. false)
- appearance: a reference to a value (e.g. either boolean b = false, or
a private boolean b = false)
- variable (a holder of an appearance) (the aforementioned b)
- encoding (physical representation) (e.g. using 0/1 in an Oracle
column)
Why did you ask?
- erk
