| 程序包 | 说明 |
|---|---|
| org.h2.jdbcx |
Implementation of the extended JDBC API (package javax.sql).
|
| 限定符和类型 | 方法和说明 |
|---|---|
static JdbcConnectionPool |
JdbcConnectionPool.create(ConnectionPoolDataSource dataSource)
Constructs a new connection pool.
|
static JdbcConnectionPool |
JdbcConnectionPool.create(String url,
String user,
String password)
Constructs a new connection pool for H2 databases.
|
Copyright © 2017. All rights reserved.