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
