Re: COPY using Hibernate

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Vaibhav Patil <infovaibhav(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: COPY using Hibernate
Date: 2010-01-15 12:00:44
Message-ID: 491f66a51001150400sf2c6b04l840af9f01c3e55bb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2010-01-15 12:59:29 Re: COPY using Hibernate
Previous Message Vaibhav Patil 2010-01-15 11:45:15 COPY using Hibernate