Package | Description |
---|---|
org.dromara.hutool.db.meta |
JDBC数据表元数据信息封装,包括表结构、列信息的封装,入口为MetaUtil
|
Modifier and Type | Method and Description |
---|---|
ColumnIndex |
ColumnIndex.clone() |
static ColumnIndex |
ColumnIndex.of(ResultSet rs)
根据DatabaseMetaData#getIndexInfo获取的
ResultSet 构建索引列信息 |
Modifier and Type | Method and Description |
---|---|
List<ColumnIndex> |
IndexInfo.getColumnIndexInfoList()
获取列索引信息列表
|
Modifier and Type | Method and Description |
---|---|
IndexInfo |
IndexInfo.setColumnIndexInfoList(List<ColumnIndex> columnIndexList)
设置列索引信息列表
|
Copyright © 2025. All rights reserved.