Experimental COPY Helper class

From: Markus Schaber <schabios(at)logi-track(dot)com>
To:
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Experimental COPY Helper class
Date: 2004-06-24 16:44:07
Message-ID: 20040624184407.7278de00@kingfisher.intern.logi-track.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi @all,

I attached a little utility class that may be of use for all those "COPY
table FROM" users.

It may be used with a ByteArrayOutputStream when the amount of data is
small enough to get buffered in RAM, with a PipedOutputStream for fully
featured Piping of Data (when your pgjdbc version supports it) or even
with a FileOutputStream when your Java App just creates feed for psql.

Currently, it's rather untested and not well commented, but this will
improve, especially when lots of constructive feedback reaches my inbox
:-)

Happy Hacking,
Markus Schaber

--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com

Attachment Content-Type Size
SQLCopyWriteHelper.java text/x-java 3.6 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Borins 2004-06-25 19:09:17 JDBC connection to postgres via SSL
Previous Message Markus Schaber 2004-06-24 16:33:47 Fw: COPY Support Patch - actualized version?