Re: setObject(col, blob) throws PSQLException

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: setObject(col, blob) throws PSQLException
Дата
Msg-id Pine.BSO.4.61.0509291155270.25137@leary.csoft.net
обсуждение исходный текст
Ответ на setObject(col, blob) throws PSQLException  (Marc Herbert <Marc.Herbert@emicnetworks.com>)
Список pgsql-jdbc

On Thu, 29 Sep 2005, Marc Herbert wrote:

> So does setObject(col, blob, Types.Blob).
>
> Whereas setBlob(col, blob) works fine in the same test case.
>
> This case is like missing in the big switch found in the code.
> Is this on purpose?

No, that's an oversight which I'll fix.  Perhaps we were concerned about
trying to do a conversion for something like setObject(col, "string data",
Types.BLOB)?

Kris Jurka


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

Предыдущее
От: Alfredo Rico
Дата:
Сообщение: Re: How to retieve binary data (bytea) without problem ?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: How to retieve binary data (bytea) without problem ?