Thread: Copy with Streams only for 8.3dev

Copy with Streams only for 8.3dev

From
"Kalle Hallivuori"
Date:
Hi.

This is a minimal version of Copy support with only Streams for
passing data and just one method in QueryExecutor. Patch applies
cleanly. Tests pass. No documentation except verbose Javadoc. Please
let me know if you want something done some other way.

Usage:

((PGConnection)con).getCopyAPI().copyIntoDB("COPY tablename FROM
STDIN", System.in);
((PGConnection)con).getCopyAPI().copyFromDB("COPY tablename TO
STDOUT", System.out);

The only difference between patches for 8.3 and 8.2 is
s/ReceiveInteger4\(\)/ReceiveIntegerR(4)/.

--
Kalle Hallivuori +358-41-5053073 http://korpiq.iki.fi/

Attachment