public static enum OracleIndexPartitions.PartitionType extends java.lang.Enum<OracleIndexPartitions.PartitionType>
| Enum Constant and Description |
|---|
DOMAIN |
GLOBAL_HASH |
GLOBAL_RANGE |
LOCAL_COMP |
LOCAL_HASH |
LOCAL_OTHER |
SUBPARTITION |
| Modifier and Type | Method and Description |
|---|---|
static OracleIndexPartitions.PartitionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleIndexPartitions.PartitionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final OracleIndexPartitions.PartitionType GLOBAL_RANGE
public static final OracleIndexPartitions.PartitionType GLOBAL_HASH
public static final OracleIndexPartitions.PartitionType LOCAL_HASH
public static final OracleIndexPartitions.PartitionType LOCAL_COMP
public static final OracleIndexPartitions.PartitionType LOCAL_OTHER
public static final OracleIndexPartitions.PartitionType DOMAIN
public static final OracleIndexPartitions.PartitionType SUBPARTITION
public static OracleIndexPartitions.PartitionType[] values()
for (OracleIndexPartitions.PartitionType c : OracleIndexPartitions.PartitionType.values())
System.out.println(c);
public static OracleIndexPartitions.PartitionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null