Re: CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Steve Nelson
I imagine you'd need a tree structure, not a direct relationship. Steve Nelson Jamie Jackson wrote: > Say I've modeled the inheritance in this manner (table per class): > http://www.agiledata.org/essays/mappingObjects.html#MapEachClassTo > able > > I'm having a tough time figuring out how to joi

Re: CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Jamie Jackson
Nevermind. This stuff's starting to come into focus now. Jamie On Tue, 16 Mar 2004 10:27:31 -0500, in cf-talk you wrote: >Say I've modeled the inheritance in this manner (table per class): >http://www.agiledata.org/essays/mappingObjects.html#MapEachClassToTable > >I'm having a tough time figurin

CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Jamie Jackson
Say I've modeled the inheritance in this manner (table per class): http://www.agiledata.org/essays/mappingObjects.html#MapEachClassToTable I'm having a tough time figuring out how to join a (subclass's) table whose name comes from a column value. Assuming this is the right way to go about it, how