Re: create BLOB question - Mailing list pgsql-jdbc

From David Wall
Subject Re: create BLOB question
Date
Msg-id 00e401c2d15f$c9d3e280$3201a8c0@expertrade.com
Whole thread Raw
In response to create BLOB question  (Jeremiah Jahn <jeremiah@cs.earlham.edu>)
Responses Re: create BLOB question  (Jeremiah Jahn <jeremiah@cs.earlham.edu>)
List 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 by date:

Previous
From: Jeremiah Jahn
Date:
Subject: Re: create BLOB question
Next
From: GB Clark
Date:
Subject: Datasource and tomcat, Postgresql 7.4, jkd1.4.1