Re: create BLOB question

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: create BLOB question
Дата
Msg-id 00e401c2d15f$c9d3e280$3201a8c0@expertrade.com
обсуждение исходный текст
Ответ на create BLOB question  (Jeremiah Jahn <jeremiah@cs.earlham.edu>)
Ответы Re: create BLOB question
Список pgsql-jdbc
> So does setBytes() insert or overwrite the data starting at a position?

What setBytes() are you referring to?  For bytea columns, I believe it can
be used in an insert and update just fine, but it's always assumed to work
on the entire array, starting at position 0.

David


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

Предыдущее
От: Jeremiah Jahn
Дата:
Сообщение: Re: create BLOB question
Следующее
От: GB Clark
Дата:
Сообщение: Datasource and tomcat, Postgresql 7.4, jkd1.4.1