类 InformationSchemaIndexes
java.lang.Object
org.dromara.autotable.core.strategy.h2.data.dbdata.InformationSchemaIndexes
数据库表查询的索引信息
{
"INDEX_CATALOG": "H2.DB",
"INDEX_SCHEMA": "MY_TEST",
"INDEX_NAME": "AUTO_IDX_SYS_USER_NAME",
"TABLE_CATALOG": "H2.DB",
"TABLE_SCHEMA": "MY_TEST",
"TABLE_NAME": "SYS_USER",
"COLUMN_NAME": "NAME",
"ORDINAL_POSITION": 1,
"ORDERING_SPECIFICATION": "ASC",
"NULL_ORDERING": "FIRST",
"IS_UNIQUE": false
},
- 作者:
- don
-
字段详细资料
-
indexCatalog
-
indexSchema
schema名 -
indexName
索引名 -
tableCatalog
-
tableSchema
schema名 -
tableName
表名 -
columnName
列名 -
ordinalPosition
列的序号 -
orderingSpecification
列的排序方式: ASC, DESC -
nullOrdering
-
isUnique
是否是唯一索引 -
remarks
备注
-
-
构造器详细资料
-
InformationSchemaIndexes
public InformationSchemaIndexes()
-