Re: COPY using Hibernate - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: COPY using Hibernate
Date
Msg-id 491f66a51001150400sf2c6b04l840af9f01c3e55bb@mail.gmail.com
Whole thread Raw
In response to COPY using Hibernate  (Vaibhav Patil <infovaibhav@yahoo.com>)
Responses Re: COPY using Hibernate  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-jdbc
Hi Vaibhav

C3p0 provides a mechanism to get at the underlying connection and
statement. search for c3P0 underlying connection

dave

On Fri, Jan 15, 2010 at 6:45 AM, Vaibhav Patil <infovaibhav@yahoo.com> wrote:
> Hello All,
>
> I am using C3p0 for connection pooling using hibernate. The connection
> object returned by that pool does not provide the COPY from STDIN
> functionality. Have also checked with the apache dbcp pooling mechanism. I
> am using JDBC4 driver with JDK1.6.
> As I understand, to support COPY operation of postgres using JDBC, the
> connection object should be an implementation of "PGConnection" interface.
>
> I am able to perform the COPY operation if I do not use any connection
> pooling.
>
> I am curious to know, if postgres provide some sort of connection pooling
> API which I can integrate in Hibernate and then use the COPY operation ?
>
> Thanks,
> Vaibhav.
>
> ________________________________
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.

pgsql-jdbc by date:

Previous
From: Vaibhav Patil
Date:
Subject: COPY using Hibernate
Next
From: Craig Ringer
Date:
Subject: Re: COPY using Hibernate