Re: binary data - Mailing list pgsql-jdbc

From Uwe Kubosch
Subject Re: binary data
Date
Msg-id CHECLDNPGHELOIINBBLEIEEGEIAA.donv@crusaders.no
Whole thread Raw
In response to Re: binary data  (Anders Hermansen <anders@yoyo.no>)
Responses Re: binary data
List pgsql-jdbc
Hi!

Thanks for the quick answer!

<code snipped>

> Why don't you show us the setContent method?

I doesn't do much, but here it is:

  private InputStream content;

  /**
   * Set content for this file.
   * @param newValue InputStream
   */
  public void setContent(InputStream newValue) {
    this.content = newValue;
  }

Hope you can make sense of it.

With kind regards,
Uwe Kubosch

pgsql-jdbc by date:

Previous
From: Anders Hermansen
Date:
Subject: Re: binary data
Next
From: Anders Hermansen
Date:
Subject: Re: binary data