public static enum TOceanbasePurgeSqlNode.EPurgeType extends Enum<TOceanbasePurgeSqlNode.EPurgeType>
| Enum Constant and Description |
|---|
DATABASE |
INDEX |
RECYCLEBIN |
TABLE |
TENANT |
| Modifier and Type | Method and Description |
|---|---|
static TOceanbasePurgeSqlNode.EPurgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TOceanbasePurgeSqlNode.EPurgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TOceanbasePurgeSqlNode.EPurgeType TABLE
public static final TOceanbasePurgeSqlNode.EPurgeType DATABASE
public static final TOceanbasePurgeSqlNode.EPurgeType RECYCLEBIN
public static final TOceanbasePurgeSqlNode.EPurgeType INDEX
public static final TOceanbasePurgeSqlNode.EPurgeType TENANT
public static TOceanbasePurgeSqlNode.EPurgeType[] values()
for (TOceanbasePurgeSqlNode.EPurgeType c : TOceanbasePurgeSqlNode.EPurgeType.values()) System.out.println(c);
public static TOceanbasePurgeSqlNode.EPurgeType 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