How do you allow a PreparedStatement to be pooled?
Created May 8, 2012
John Zukowski The PreparedStatement has two methods in Java 6, isPoolable() and setPoolable(), so you can now request if a PreparedStatement can be pooled or not.
Created May 8, 2012