What is the SQL field type that corresponds to a JAVA_OBJECT - Mailing list pgsql-jdbc

From David Goodenough
Subject What is the SQL field type that corresponds to a JAVA_OBJECT
Date
Msg-id 200502241606.52275.david.goodenough@btconnect.com
Whole thread Raw
List pgsql-jdbc
As I understand it if I use the JDBC 2.0 setObject method with a Java Object
that it will save a column with type Types.JAVA_OBJECT.  How do I define
such a column in a CREATE TABLE statement.  I tried using JAVA_OBJECT as
a data type, but psql rejected it.

David

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Socket timeouts (probably)
Next
From: Markus Schaber
Date:
Subject: Development using Eclipse