public static enum TOceanbaseAlterTablegroupSqlNode.EAction extends Enum<TOceanbaseAlterTablegroupSqlNode.EAction>
| Enum Constant and Description |
|---|
ADD_PARTITION |
ADD_TABLE |
DROP_PARTITION |
SET_OPTIONS |
TRUNCATE_PARTITION |
| Modifier and Type | Method and Description |
|---|---|
static TOceanbaseAlterTablegroupSqlNode.EAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TOceanbaseAlterTablegroupSqlNode.EAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TOceanbaseAlterTablegroupSqlNode.EAction SET_OPTIONS
public static final TOceanbaseAlterTablegroupSqlNode.EAction ADD_TABLE
public static final TOceanbaseAlterTablegroupSqlNode.EAction ADD_PARTITION
public static final TOceanbaseAlterTablegroupSqlNode.EAction DROP_PARTITION
public static final TOceanbaseAlterTablegroupSqlNode.EAction TRUNCATE_PARTITION
public static TOceanbaseAlterTablegroupSqlNode.EAction[] values()
for (TOceanbaseAlterTablegroupSqlNode.EAction c : TOceanbaseAlterTablegroupSqlNode.EAction.values()) System.out.println(c);
public static TOceanbaseAlterTablegroupSqlNode.EAction 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 null