public enum EIndexType extends Enum<EIndexType>
Enum Constant and Description |
---|
itBitMap |
itDatasourceDefault |
itDatasourceFTS |
itDatasourceGSI |
itDatasourceView |
itFulltext |
itNormal |
itSpatial |
itUnique |
Modifier and Type | Method and Description |
---|---|
static EIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIndexType itNormal
public static final EIndexType itUnique
public static final EIndexType itBitMap
public static final EIndexType itFulltext
public static final EIndexType itSpatial
public static final EIndexType itDatasourceDefault
public static final EIndexType itDatasourceView
public static final EIndexType itDatasourceGSI
public static final EIndexType itDatasourceFTS
public static EIndexType[] values()
for (EIndexType c : EIndexType.values()) System.out.println(c);
public static EIndexType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.