public static enum GetSqlExecutionPlanRequest.Attribute extends Enum<GetSqlExecutionPlanRequest.Attribute> implements BmcEnum
The attribute of the SQL execution plan.
Enum Constant and Description |
---|
Original |
OriginalWithAdjustedCost |
UsingNewIndices |
UsingParallelExecution |
UsingSqlProfile |
Modifier and Type | Method and 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.
|
public static final GetSqlExecutionPlanRequest.Attribute Original
public static final GetSqlExecutionPlanRequest.Attribute OriginalWithAdjustedCost
public static final GetSqlExecutionPlanRequest.Attribute UsingSqlProfile
public static final GetSqlExecutionPlanRequest.Attribute UsingNewIndices
public static final GetSqlExecutionPlanRequest.Attribute UsingParallelExecution
public static GetSqlExecutionPlanRequest.Attribute[] values()
for (GetSqlExecutionPlanRequest.Attribute c : GetSqlExecutionPlanRequest.Attribute.values()) System.out.println(c);
public static GetSqlExecutionPlanRequest.Attribute 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 nullpublic static GetSqlExecutionPlanRequest.Attribute create(String key)
Copyright © 2016–2024. All rights reserved.