public enum EAlterColumnSubType extends Enum<EAlterColumnSubType>
Enum Constant and Description |
---|
DropDefault |
DropNotNull |
ResetOptions |
SetDataType |
SetDefault |
SetNotNull |
SetOptions |
SetStatistics |
SetStorage |
Modifier and Type | Method and Description |
---|---|
static EAlterColumnSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAlterColumnSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAlterColumnSubType SetDefault
public static final EAlterColumnSubType DropDefault
public static final EAlterColumnSubType DropNotNull
public static final EAlterColumnSubType SetNotNull
public static final EAlterColumnSubType SetStatistics
public static final EAlterColumnSubType SetOptions
public static final EAlterColumnSubType ResetOptions
public static final EAlterColumnSubType SetStorage
public static final EAlterColumnSubType SetDataType
public static EAlterColumnSubType[] values()
for (EAlterColumnSubType c : EAlterColumnSubType.values()) System.out.println(c);
public static EAlterColumnSubType 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.