Thread: What is the SQL field type that corresponds to a JAVA_OBJECT

What is the SQL field type that corresponds to a JAVA_OBJECT

From
David Goodenough
Date:
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