| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: By The Dawn's Normal Light
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 meReceived on Mon Nov 01 2004 - 17:15:44 CST
![]() |
![]() |