Subject | Re: Patch: pooled prepared statements |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-05-29T20:57:46Z |
Ken,
implementing statement pooling on the API level (JDBC level connection
and statement pooling is already in the CVS in client-java/src/pool/
directory). Implementing it on the API level adds generic mechanism of
statement handle pooling. The only problem I see is to decrease
coupling between instances of java.sql.Statement class (and
subclasses) and API objects.
Will you be interested in working in that direction?
Thanks!
Roman Rokytskyy
> I have heard that pooled prepared statements are part of JDBC3.0 butThank you for the patch. However currently I'm thinking about
> have not looked at the spec. Here is a patch that will implement
> prepared statement pooling. The patch is against the 1.0 version of
> the driver.
implementing statement pooling on the API level (JDBC level connection
and statement pooling is already in the CVS in client-java/src/pool/
directory). Implementing it on the API level adds generic mechanism of
statement handle pooling. The only problem I see is to decrease
coupling between instances of java.sql.Statement class (and
subclasses) and API objects.
Will you be interested in working in that direction?
Thanks!
Roman Rokytskyy