Persistant storage of objects - Mailing list pgsql-interfaces

From John Reilly
Subject Persistant storage of objects
Date
Msg-id 358E3E7A.89138CFA@broadcom.ie
Whole thread Raw
List pgsql-interfaces
Hi,
      I am checking out postgreSQL to see if it is capable of storing
java objects
directly.  If so, does anyone know of an example on the web?

Basicly I have;
class test1 {
    public String blah;
}

class test2 {
    public test1 blah2;
}

I declared similar classes in the database;

Is there a way to write test2 to the db without having to decompose the
test1
object within it into a "text"

TIA,
John

-----------------------------------------------------------------------------
John Reilly - jr@broadcom.ie
-----------------------------------------------------------------------------
Programmer - A red-eyed, mumbling mammal capable of conversing with
inanimate
objects.  Approach with extreme caution!
-----------------------------------------------------------------------------

pgsql-interfaces by date:

Previous
From: Enrico Cantu
Date:
Subject: spam
Next
From: Ralf Berger
Date:
Subject: Re: [INTERFACES] Persistant storage of objects