What is the SQL field type that corresponds to a JAVA_OBJECT

From: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: What is the SQL field type that corresponds to a JAVA_OBJECT
Date: 2005-02-24 16:06:52
Message-ID: 200502241606.52275.david.goodenough@btconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2005-02-24 18:22:21 Development using Eclipse
Previous Message Oliver Jowett 2005-02-24 11:44:23 Re: Socket timeouts (probably)