What is the SQL field type that corresponds to a JAVA_OBJECT

Поиск
Список
Период
Сортировка
От David Goodenough
Тема What is the SQL field type that corresponds to a JAVA_OBJECT
Дата
Msg-id 200502241606.52275.david.goodenough@btconnect.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Socket timeouts (probably)
Следующее
От: Markus Schaber
Дата:
Сообщение: Development using Eclipse