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 JdbcConnectionPool
JdbcConnectionPool. create(java.lang.String url, java.lang.String user, java.lang.String password)
Constructs a new connection pool for H2 databases.static JdbcConnectionPool
JdbcConnectionPool. create(javax.sql.ConnectionPoolDataSource dataSource)
Constructs a new connection pool.
-