DBCP, JDBC4 and createArrayOf

2009-06-04 Thread Shakil Shaikh
Hi, I wish to use the DBCP 1.2.2 in a project which requires some JDBC4 functionality, namely createArrayOf of the the Connection interface. Some questions: 1) Possibly in only my project, I see that 1.2.2 uses a JDBC4Connection under the hood. Is there a way to get direct access to one of the

Re: DBCP, JDBC4 and createArrayOf

2009-06-04 Thread Mark Thomas
Shakil Shaikh wrote: Hi, I wish to use the DBCP 1.2.2 in a project which requires some JDBC4 functionality, namely createArrayOf of the the Connection interface. Some questions: 1) Possibly in only my project, I see that 1.2.2 uses a JDBC4Connection under the hood. Is there a way to get