Re: statement caching proof of concept - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: statement caching proof of concept
Date
Msg-id Pine.OSF.4.61.0606201313540.360483@kosh.hut.fi
Whole thread Raw
In response to Re: statement caching proof of concept  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On Tue, 20 Jun 2006, Oliver Jowett wrote:

> Dave Cramer wrote:
>
>> How does the generic wrapper solve the problems above ? I would think they
>> all suffer from the same problems ?
>
> Well, yes, but my point is that you can solve this once for all JDBC drivers,
> you don't need postgres-specific code to do it .. and surely someone has
> already done this?

Sure. All major J2EE app servers have a prepared statement cache. And
then there's at least Apache commons dbcp that inspired Dave in the first
place.

- Heikki

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: statement caching proof of concept
Next
From: Sebastiaan van Erk
Date:
Subject: Limit vs setMaxRows issue