| 程序包 | 说明 |
|---|---|
| org.mimosaframework.orm.platform |
| 限定符和类型 | 方法和说明 |
|---|---|
TableIndexStructure |
TableIndexStructure.clone() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableIndexStructure> |
TableStructure.getIndexStructures() |
List<TableIndexStructure> |
TableStructure.getIndexStructures(List<MappingField> indexColumns) |
Map.Entry<String,List<TableIndexStructure>> |
TableStructure.getIndexStructures(Map<String,List<TableIndexStructure>> map,
List<MappingField> indexColumns) |
List<TableIndexStructure> |
TableStructure.getIndexStructures(String indexName) |
Map<String,List<TableIndexStructure>> |
TableStructure.getMapIndex()
获取数据库的索引
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map.Entry<String,List<TableIndexStructure>> |
TableStructure.getIndexStructures(Map<String,List<TableIndexStructure>> map,
List<MappingField> indexColumns) |
boolean |
TableStructure.isIndexInConstraintByColumns(String indexName,
List<TableIndexStructure> indexes)
判断相同列是否在索引和约束中都存在
|
void |
TableStructure.setIndexStructures(List<TableIndexStructure> indexStructures) |
Copyright © 2020. All rights reserved.