类 InformationSchemaIndexes

java.lang.Object
org.dromara.autotable.core.strategy.h2.data.dbdata.InformationSchemaIndexes

public class InformationSchemaIndexes extends Object
数据库表查询的索引信息 { "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

      private String indexCatalog
    • indexSchema

      private String indexSchema
      schema名
    • indexName

      private String indexName
      索引名
    • tableCatalog

      private String tableCatalog
    • tableSchema

      private String tableSchema
      schema名
    • tableName

      private String tableName
      表名
    • columnName

      private String columnName
      列名
    • ordinalPosition

      private Integer ordinalPosition
      列的序号
    • orderingSpecification

      private String orderingSpecification
      列的排序方式: ASC, DESC
    • nullOrdering

      private String nullOrdering
    • isUnique

      private Boolean isUnique
      是否是唯一索引
    • remarks

      private String remarks
      备注
  • 构造器详细资料

    • InformationSchemaIndexes

      public InformationSchemaIndexes()