Re: create BLOB question

From: "David Wall" <d(dot)wall(at)computer(dot)org>
To: "Jeremiah Jahn" <jeremiah(at)cs(dot)earlham(dot)edu>
Cc: "postgres jdbc" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: create BLOB question
Date: 2003-02-10 23:54:45
Message-ID: 00e401c2d15f$c9d3e280$3201a8c0@expertrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message GB Clark 2003-02-11 01:00:12 Datasource and tomcat, Postgresql 7.4, jkd1.4.1
Previous Message Jeremiah Jahn 2003-02-10 22:26:53 Re: create BLOB question