Uses of Class
com.oracle.bmc.databasemanagement.requests.GetSqlExecutionPlanRequest
-
Packages that use GetSqlExecutionPlanRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetSqlExecutionPlanRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetSqlExecutionPlanRequest Modifier and Type Method Description GetSqlExecutionPlanResponse
SqlTuning. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)
Retrieves a SQL execution plan for the SQL being tuned.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)
GetSqlExecutionPlanResponse
SqlTuningClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetSqlExecutionPlanRequest 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 GetSqlExecutionPlanRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetSqlExecutionPlanRequest Modifier and Type Method Description GetSqlExecutionPlanRequest
GetSqlExecutionPlanRequest.Builder. build()
Build the instance of GetSqlExecutionPlanRequest as configured by this builderGetSqlExecutionPlanRequest
GetSqlExecutionPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSqlExecutionPlanRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetSqlExecutionPlanRequest Modifier and Type Method Description GetSqlExecutionPlanRequest.Builder
GetSqlExecutionPlanRequest.Builder. copy(GetSqlExecutionPlanRequest o)
Copy method to populate the builder with values from the given instance.
-