public static enum AlterTableStatement.OperationType extends java.lang.Enum<AlterTableStatement.OperationType>
Modifier and Type | Method and Description |
---|---|
static AlterTableStatement.OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableStatement.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterTableStatement.OperationType ADD
public static final AlterTableStatement.OperationType ALTER
public static final AlterTableStatement.OperationType DROP
public static final AlterTableStatement.OperationType OPTS
public static AlterTableStatement.OperationType[] values()
for (AlterTableStatement.OperationType c : AlterTableStatement.OperationType.values()) System.out.println(c);
public static AlterTableStatement.OperationType 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 nullCopyright © 2013 The Apache Software Foundation