Re: JDBC

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: JDBC
Дата
Msg-id 3C6EFFAA.5090104@xythos.com
обсуждение исходный текст
Ответ на JDBC  (Michael Welter <mike@introspect.com>)
Список pgsql-general
Michael,

I am not sure why you are using addDataType().  You should be able to
just use getArray() and setArray() with the 7.2 driver.

thanks,
--Barry


Michael Welter wrote:
> I'm trying to use JDBC to extract data from a ResultSet.  Everything
> works fine except for columns defined as arrays.  The JDBC array type
> names are preceded by a "_" (_text, _float8, _date, _timestampz, etc.)
>
> The exception I get is "Class names may not have _ in them. You supplied
> {0}".  This is with conn.addDataType( "_text","org.postgres.PGobject" );
>
> I'm using Postgres 7.2.  I wasn't able to compile with j2sdk1.4 so I had
> to drop back to jdk1.3.
>
> Does pg JDBC come with data handlers for arrays?  Is anyone else using
> arrays with JDBC?
>
> Thanks for your help.
> Mike
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>



В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Welter
Дата:
Сообщение: JDBC
Следующее
От: Rich Shepard
Дата:
Сообщение: Looking for a function