接口 Index

所有已知实现类:
IndexMetaData

public interface Index
  • 方法概要

    修饰符和类型
    方法
    说明
    对应列名称
    索引名称
    boolean
    是否唯一值
  • 方法详细资料

    • name

      String name()
      索引名称
      返回:
      index
    • columnName

      String columnName()
      对应列名称
      返回:
      a
    • unique

      boolean unique()
      是否唯一值
      返回:
      a