Enum GetSqlExecutionPlanRequest.Attribute
- java.lang.Object
-
- java.lang.Enum<GetSqlExecutionPlanRequest.Attribute>
-
- com.oracle.bmc.databasemanagement.requests.GetSqlExecutionPlanRequest.Attribute
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetSqlExecutionPlanRequest.Attribute>
- Enclosing class:
- GetSqlExecutionPlanRequest
public static enum GetSqlExecutionPlanRequest.Attribute extends Enum<GetSqlExecutionPlanRequest.Attribute> implements BmcEnum
The attribute of the SQL execution plan.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Original
OriginalWithAdjustedCost
UsingNewIndices
UsingParallelExecution
UsingSqlProfile
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSqlExecutionPlanRequest.Attribute
create(String key)
String
getValue()
static GetSqlExecutionPlanRequest.Attribute
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetSqlExecutionPlanRequest.Attribute[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Original
public static final GetSqlExecutionPlanRequest.Attribute Original
-
OriginalWithAdjustedCost
public static final GetSqlExecutionPlanRequest.Attribute OriginalWithAdjustedCost
-
UsingSqlProfile
public static final GetSqlExecutionPlanRequest.Attribute UsingSqlProfile
-
UsingNewIndices
public static final GetSqlExecutionPlanRequest.Attribute UsingNewIndices
-
UsingParallelExecution
public static final GetSqlExecutionPlanRequest.Attribute UsingParallelExecution
-
-
Method Detail
-
values
public static GetSqlExecutionPlanRequest.Attribute[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetSqlExecutionPlanRequest.Attribute c : GetSqlExecutionPlanRequest.Attribute.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetSqlExecutionPlanRequest.Attribute valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static GetSqlExecutionPlanRequest.Attribute create(String key)
-
-