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