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