Re: Dreaming About Redesigning SQL
From: Mikito Harakiri (mikharakiri_at_iahu.com)
Date: 10/15/03
- Next message: JesseChen: "How to find my own design pattern"
- Previous message: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- In reply to: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Next in thread: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Reply: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Oct 2003 17:51:27 -0700
"Daniel Parker" <danielaparker@windupbird.com> wrote in message
news:5g0jb.6483$PM2.621645@news20.bellglobal.com...
> With languages like Java and C# that support reflection, it is so easy to
do
> dynamic binding between a class and a SQL result set, matching properties
by
> name to result set column values, that this is not the relevant
> consideration.
Certainly, reflection provides you with iteration over class fields. But if
my design is overwhelmed with reflection that indicates that I would better
use collections of the fields from the start. What is the point
encapsulating data if the main access path goes through reflection?
- Next message: JesseChen: "How to find my own design pattern"
- Previous message: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- In reply to: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Next in thread: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Reply: Daniel Parker: "Re: Dreaming About Redesigning SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|