Re: By The Dawn's Normal Light

From: Kenneth Downs <firstinit.lastname_at_lastnameplusfam.net>
Date: Mon, 01 Nov 2004 23:15:44 GMT
Message-ID: <k3g6mc.e5b.ln_at_192.168.10.210>


erk wrote:

>
> In other words, what I need is a relational expression language which
> operates over my GUI and business data as nicely as it can over
> "persistent" data, since it's all just data. The constraints keep me
> honest, in a much more expressive and effective way than Java's assert
> (which has some minimal uses), and even more than preconditions and
> postconditions a la iContract (since relational constraints are over
> one or more relations, not on a single class or method).
>

Let's say jave pulls down what we'll call an "EKDC", for "E"rk and "K"en's "D"iscussion "C"ursor. You execute some command like:

EKD EKD1 = connection.Execute("Select * from table");

         // note no statement object

Then perhaps:

EKD.Command("update this set some_Column = " + blah"); EKD.Push();

Just a bunch of junk code, but meant to demonstrate the use of SQL locally, what about that? Why invent a new format for Java?

-- 
Kenneth Downs
Use first initial plus last name at last name plus literal "fam.net" to
email me
Received on Tue Nov 02 2004 - 00:15:44 CET

Original text of this message