You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Dy...@Sun.COM on 2006/04/27 22:32:04 UTC

Resetting Statement and poolability

Hi,

In the client code (am directory) Statments (and PreparedStatements and
CallableStatements) can be reset (that is; they have various resetXXX
methods). When are statements reset?

Jdbc4 introduces the isPoolable attribute that has a default
value (false for Statement, true for the derived classes). 
Now, should isPoolable be reset to the proper default value when the
Statement (or PreparedStatement or CallableStatement) is reset? 
(DERBY-1235)

-- 
dt