| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.db.meta |
JDBC数据表元数据信息封装,包括表结构、列信息的封装,入口为MetaUtil
|
| 限定符和类型 | 方法和说明 |
|---|---|
IndexInfo |
IndexInfo.clone() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexInfo> |
Table.getIndexInfoList()
获取索引信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.setIndexInfoList(List<IndexInfo> indexInfoList)
设置索引信息
|
Copyright © 2023. All rights reserved.