Обсуждение: What is the SQL field type that corresponds to a JAVA_OBJECT

Поиск
Список
Период
Сортировка

What is the SQL field type that corresponds to a JAVA_OBJECT

От
David Goodenough
Дата:
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