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