Hi. I have a related question.
I'm using a JdbcConnectionPool and I want to use prepared statements. I understand a prepared statement is belongs to connection. So the question is: How can I create the prepared statements for each new connection the pool manager creates? Surely, I don't have to initialize the pool with all instances of connections (maximum number of instances allowed) and then create the prepared statements on each connection. Or do I? Thanks -- Nuno Seco On Jun 2, 7:46 pm, Thomas Mueller <[email protected]> wrote: > Hi > > > Is the JDBC driver supports implicit caching of preparedstatement like > > oracle driver ? > > No. Why do you ask? > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
