Uses of Class
org.h2.jdbcx.JdbcConnectionPool
-
Packages that use JdbcConnectionPool Package Description org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql). -
-
Uses of JdbcConnectionPool in org.h2.jdbcx
Methods in org.h2.jdbcx that return JdbcConnectionPool Modifier and Type Method Description static JdbcConnectionPoolJdbcConnectionPool. create(java.lang.String url, java.lang.String user, java.lang.String password)Constructs a new connection pool for H2 databases.static JdbcConnectionPoolJdbcConnectionPool. create(javax.sql.ConnectionPoolDataSource dataSource)Constructs a new connection pool.
-