public static enum TOceanbaseXaSqlNode.EXaType extends Enum<TOceanbaseXaSqlNode.EXaType>
| Enum Constant and Description |
|---|
COMMIT |
END |
PREPARE |
RECOVER |
ROLLBACK |
START |
| Modifier and Type | Method and Description |
|---|---|
static TOceanbaseXaSqlNode.EXaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TOceanbaseXaSqlNode.EXaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TOceanbaseXaSqlNode.EXaType START
public static final TOceanbaseXaSqlNode.EXaType END
public static final TOceanbaseXaSqlNode.EXaType PREPARE
public static final TOceanbaseXaSqlNode.EXaType COMMIT
public static final TOceanbaseXaSqlNode.EXaType ROLLBACK
public static final TOceanbaseXaSqlNode.EXaType RECOVER
public static TOceanbaseXaSqlNode.EXaType[] values()
for (TOceanbaseXaSqlNode.EXaType c : TOceanbaseXaSqlNode.EXaType.values()) System.out.println(c);
public static TOceanbaseXaSqlNode.EXaType 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