Re: java object store - Mailing list pgsql-jdbc

From Erik Price
Subject Re: java object store
Date
Msg-id 3F2E677F.5070406@ptc.com
Whole thread Raw
In response to java object store  ("dragos" <mesaje@home.ro>)
Responses Re: java object store
List pgsql-jdbc

dragos wrote:

> i am a new user of postgres system. I am trying to store a java object
> into a postgresql table. I try but i didn;t succeed!
>
> my question is:
>  Can I store a java object into a postgres table an execute query
> relative to it's methods in the database?

You can serialize the object and then store the serialized form of the
object into a BLOB column.  However, you will not be able to query the
database on methods.  Perhaps you can investigate object/relational
mapping (JDO, OJB, Torque, Hibernate, etc).

> *Email has finally evolved* - *_Click Here_*

A blinking image in an email is "evolution"?

;)



Erik


Erik


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Server side resultset search (for performance reasons)
Next
From: Nic
Date:
Subject: Re: Server side resultset search (for performance reasons)