public static enum SQLAnnIndex.IndexType extends Enum<SQLAnnIndex.IndexType>
| 限定符和类型 | 字段和说明 |
|---|---|
int |
mask |
public static final SQLAnnIndex.IndexType Flat
public static final SQLAnnIndex.IndexType FastIndex
public static SQLAnnIndex.IndexType[] values()
for (SQLAnnIndex.IndexType c : SQLAnnIndex.IndexType.values()) System.out.println(c);
public static SQLAnnIndex.IndexType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2013–2023. All rights reserved.