Uses of Class
com.oracle.bmc.databasemanagement.requests.GetSqlExecutionPlanRequest.Attribute
-
Packages that use GetSqlExecutionPlanRequest.Attribute Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of GetSqlExecutionPlanRequest.Attribute in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetSqlExecutionPlanRequest.Attribute Modifier and Type Method Description static GetSqlExecutionPlanRequest.Attribute
GetSqlExecutionPlanRequest.Attribute. create(String key)
GetSqlExecutionPlanRequest.Attribute
GetSqlExecutionPlanRequest. getAttribute()
The attribute of the SQL execution plan.static GetSqlExecutionPlanRequest.Attribute
GetSqlExecutionPlanRequest.Attribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetSqlExecutionPlanRequest.Attribute[]
GetSqlExecutionPlanRequest.Attribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type GetSqlExecutionPlanRequest.Attribute Modifier and Type Method Description GetSqlExecutionPlanRequest.Builder
GetSqlExecutionPlanRequest.Builder. attribute(GetSqlExecutionPlanRequest.Attribute attribute)
The attribute of the SQL execution plan.
-