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