Re: [GENERAL] Retrieval of OO objects.

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Retrieval of OO objects.
Date: 1999-04-16 13:31:48
Message-ID: 37173BC4.A6C99B61@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oliver Elphick wrote:

> This is in line with standard OO treatment of inherited classes.
> Class aaa only has a single feature, a; it knows nothing about additional
> features of descendant classes.

But if you are say, using postgres to construct some C++ classes for
types bbb and ccc, you would want to be able to get access to fields b
and c so that you can construct your classes appropriately. This is how
real object databases work.

--
Chris Bitmead
http://www.bigfoot.com/~chris.bitmead
mailto:chris(dot)bitmead(at)bigfoot(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jackson, DeJuan 1999-04-16 16:41:15 RE: [GENERAL] Optimal indicies
Previous Message Christopher Hutton 1999-04-16 13:31:25 Re: [GENERAL] Database performance