Re: BLOBs etc - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: BLOBs etc
Date
Msg-id 41DDF699.8080602@opencloud.com
Whole thread Raw
In response to BLOBs etc  (Sven Köhler <skoehler@upb.de>)
List 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

pgsql-jdbc by date:

Previous
From: Sven Köhler
Date:
Subject: BLOBs etc
Next
From: Kris Jurka
Date:
Subject: Re: BLOBs etc