Re: BLOBs etc

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Sven Köhler <skoehler(at)upb(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BLOBs etc
Date: 2005-01-07 02:40:25
Message-ID: 41DDF699.8080602@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Sven Köhler wrote:

> Well, how should one be abled to use the LargeObjects extension, when
> ConnectionPools are used? The Connection object supplied by the
> ConnectionPool implementation is usually not the one supplied by the
> JDBC driver and therefor the object cannot be casted to PGConnection
> anymore.

If your connection pool manager uses the driver's
ConnectionPoolDataSource implementation this shouldn't be a problem as
the proxy connections also implement PGconnection.

-O

In response to

  • BLOBs etc at 2005-01-07 02:17:06 from Sven Köhler

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-01-07 02:44:12 Re: BLOBs etc
Previous Message Sven Köhler 2005-01-07 02:17:06 BLOBs etc