Re: Bug: Driver(8.2dev-500.jdbc3) does not handle

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Дата
Msg-id 43A94D7A.8010702@opencloud.com
обсуждение исходный текст
Ответ на Re: Bug: Driver(8.2dev-500.jdbc3) does not handle  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-jdbc
Csaba Nagy wrote:
> [snip]
>
>>Another possible mapping would be to/from a Java boolean array. This has
>>the problem that a Java array of booleans passed to setObject() should
>>probably be mapped to an array of booleans on the server side, not to a
>>bit(n) type.
>
>
> What about a java.util.BitSet ? Or does it have to extend PGObject ?

BitSet would work. The only real reason to extend PGobject is so you can
implement support for extra types without modifying the driver itself.

-O

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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Следующее
От: "Averbukh Stella"
Дата:
Сообщение: java.sql.BatchUpdateException