Package org.hotrod.torcs.plan
Class MariaDBPlanRetriever
- java.lang.Object
-
- org.hotrod.torcs.plan.MariaDBPlanRetriever
-
- All Implemented Interfaces:
PlanRetriever
public class MariaDBPlanRetriever extends Object implements PlanRetriever
-
-
Constructor Summary
Constructors Constructor Description MariaDBPlanRetriever()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEstimatedExecutionPlan(QueryExecution execution, int format)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hotrod.torcs.plan.PlanRetriever
getEstimatedExecutionPlan
-
-
-
-
Method Detail
-
getEstimatedExecutionPlan
public String getEstimatedExecutionPlan(QueryExecution execution, int format) throws SQLException
- Specified by:
getEstimatedExecutionPlanin interfacePlanRetriever- Throws:
SQLException
-
-