Package | Description |
---|---|
cn.hutool.db.ds.pooled |
Hutool对连接池的简单实现
|
Modifier and Type | Method and Description |
---|---|
static PooledDataSource |
PooledDataSource.getDataSource()
获得一个数据源,使用空分组
|
static PooledDataSource |
PooledDataSource.getDataSource(String group)
获得一个数据源
|
Constructor and Description |
---|
PooledConnection(PooledDataSource ds)
构造
|
PooledConnection(PooledDataSource ds,
Connection conn) |
Copyright © 2024. All rights reserved.