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

From Mark Lewis
Subject Re: statement caching proof of concept
Date
Msg-id 1150761119.19111.45.camel@archimedes
Whole thread Raw
In response to Re: statement caching proof of concept  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
On Mon, 2006-06-19 at 19:34 -0400, Dave Cramer wrote:
> How does the generic wrapper solve the problems above ? I would think
> they all suffer from the same problems ?

All of the prepared-statement caching mechanisms I've been exposed to
solve the problem by giving you a non-shared object that wraps the real
PreparedStatement, and ensuring that once the wrapper is closed, you can
no longer access the underlying statement.

-- Mark Lewis

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: statement caching proof of concept
Next
From: till toenges
Date:
Subject: Re: statement caching proof of concept