Package | Description |
---|---|
cn.hutool.db.ds.pooled |
Hutool对连接池的简单实现
|
cn.hutool.db.ds.simple |
JDBC中DriverManager简易封装
|
Modifier and Type | Class and Description |
---|---|
class |
PooledDataSource
池化数据源
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDataSource
简易数据源,没有使用连接池,仅供测试或打开关闭连接非常少的场合使用!
|
Copyright © 2024. All rights reserved.