Object factory that creates java.sql.Connections. This is meant for use
outside a J2EE/JTA environment - servlets alone, client/server, etc. If
you're interested in creating transactional-aware connections, see
XAConnectionFactory, which complies with the JDBC 2.0 standard extension.
See Also:org.ofbiz.minerva.pool.jdbc.xa.XAConnectionFactory author: Aaron Mulder (ammulder@alumni.princeton.edu)
Sets the number of PreparedStatements to be cached for each
Connection. Your DB product may impose a limit on the number
of open PreparedStatements. The default value is 10.