Uses of Class
com.oracle.bmc.databasemanagement.responses.GetSqlExecutionPlanResponse
-
Packages that use GetSqlExecutionPlanResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetSqlExecutionPlanResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponse
SqlTuning. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)
Retrieves a SQL execution plan for the SQL being tuned.GetSqlExecutionPlanResponse
SqlTuningClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetSqlExecutionPlanResponse Modifier and Type Method Description Future<GetSqlExecutionPlanResponse>
SqlTuningAsync. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)
Retrieves a SQL execution plan for the SQL being tuned.Future<GetSqlExecutionPlanResponse>
SqlTuningAsyncClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetSqlExecutionPlanResponse Modifier and Type Method Description Future<GetSqlExecutionPlanResponse>
SqlTuningAsync. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)
Retrieves a SQL execution plan for the SQL being tuned.Future<GetSqlExecutionPlanResponse>
SqlTuningAsyncClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)
-
Uses of GetSqlExecutionPlanResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponse
GetSqlExecutionPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponse.Builder
GetSqlExecutionPlanResponse.Builder. copy(GetSqlExecutionPlanResponse o)
Copy method to populate the builder with values from the given instance.
-