jdbc bulk copy

From: gilbert villarreal iii <gvillarreal(at)saball(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: jdbc bulk copy
Date: 2002-03-13 17:25:24
Message-ID: 3C8F8B84.C878AFDD@saball.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello pgsql-jdbc,

I have been using libpq++'s Exec, PutlLine, and EndCopy with good
results and am now looking for a way to do the same thing from with in a
java 1.3.1/jdbc2 program.

I understant that addBatch, execBatch is not the same thing and offers
no performance advantage over inserts.

so, is there a bulk copy capability/procedure in postgres jdbc2 ?

thanks,

Gilbert

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-13 17:40:10 Re: implementing query timeout
Previous Message Dave Cramer 2002-03-13 15:45:43 Re: Help...Weird errors