Package | Description |
---|---|
cn.hutool.db.meta |
JDBC数据表元数据信息封装,包括表结构、列信息的封装,入口为MetaUtil
|
Modifier and Type | Method and Description |
---|---|
IndexInfo |
IndexInfo.clone() |
Modifier and Type | Method and Description |
---|---|
static Map<String,IndexInfo> |
MetaUtil.getIndexInfo(DatabaseMetaData metaData,
String catalog,
String schema,
String tableName)
获取指定表的索引信息。
|
List<IndexInfo> |
Table.getIndexInfoList()
获取索引信息
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setIndexInfoList(List<IndexInfo> indexInfoList)
设置索引信息
|
Copyright © 2024. All rights reserved.